body {background-image:  url(images/back.jpg) ; background-position:50% 50%; background-repeat: no-repeat; background-attachment: fixed  }

/* blue color is #000099, default color is #000000 */

/* A TAG */

/* blue, georgia text, underline, no hover */

A.a-header1				{color: #000099; 
					font-family: Georgia,Verdana; 
					font-size: 14pt; 
					text-decoration: underline}

/* standard text, no hover */

A.a-normal				{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					text-decoration: none}

/* bold text, no hover, left align */

A.a-bold  				{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					font-weight: bold;
					text-decoration: none}

/* underline text , standard color, no hover */

A.a-underline				{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					font-weight: bold;
					text-decoration: underline}


/* white text, no hover */

A.a-white 				{color: #FFFFFF; 
					font-family: Verdana; 
					font-size: 8pt; 
					text-decoration: none}

/* blue text, hover-red, left align */

A.a-mouseover1        			{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					font-weight: bold;
					text-decoration: underline}
					
A.a-mouseover1:hover              	{color: #000099 ! important;
					text-decoration: underline ! important}

A.a-mouseover2        			{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					font-weight: none;
					text-decoration: underline}
					
A.a-mouseover2:hover              	{color: #000099 ! important;
					text-decoration: underline ! important}


/* default class */

/* blue, georgia text, underline, no hover */

.header1				{color: #000099; 
					font-family: Georgia,Verdana; 
					font-size: 14pt; 
					text-decoration: underline}

/* standard text, no hover */

.normal				{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					text-decoration: none}

/* bold text, no hover, left align */

.bold  				{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					font-weight: bold;
					text-decoration: none}

/* underline text , standard color, no hover */

.underline				{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					font-weight: bold;
					text-decoration: underline}


/* white text, no hover */

.white 				{color: #FFFFFF; 
					font-family: Verdana; 
					font-size: 8pt; 
					text-decoration: none}

.whitebold			{color: #FFFFFF; 
					font-family: Verdana; 
					font-size: 10pt; 
					font-weight: bold;
					text-decoration: none}

/* blue text, hover-red, left align */

.mouseover1        			{color: #000000; 
					font-family: Verdana; 
					font-size: 10pt; 
					font-weight: bold;
					text-decoration: none}
					
.mouseover1:hover              	{color: #43712F ! important;
					text-decoration: underline ! important}
