/* my main CSS styles */
body, tr, td, p, li {
	font-family:	Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			black;
	margin-bottom:	0px;
	margin-top:   	0px;
}

table {
	font-family:	Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			black;
	align:			left;
	valign:			top;
	background:		#FFFFFF;
}

td {
	align:			left;
	valign:			top;
}

a:link {
 color:				Blue;
 text-decoration: 	none;
}

a:visited {
 text-decoration: 	none;
} 

a:active {
 text-decoration: 	none;
}

a:hover {
 color:				red;
 text-decoration: 	none;
}

h1, h2, h3, h4, h5, h6 {
 font-family:   	Arial, Helvetica, sans-serif;
 margin-bottom: 	0px;
 margin-top:    	0px;
 color:         	#000000;
}

h1 {	font-size:	16px;
 		color:		#336699;	}
h2 {	font-size:  16px;
		color:      red;		}
h3 {
	font-size:  14px;
	color:      #FFFFFF;
	background-color: #336699;
}
h4 {    font-size:  14px;
		color:      Red;}
h5 {	font-size:  12px;
		color:      #336699;}
h6 {	font-size:	11px;
		font-style:	normal;
		font-weight: normal;
		font-variant:normal;
		color:		 #000000;}

hr {
  color:        #336699;
  height:       1px;
	width:		99%;
}

.darkline {
  background:    #336699;
}

.cright {
  font-family:      Arial, Verdana, Helvetica, sans-serif;
  font-size:        10px;
  color:            #CCCCCC;
  background:       #4682B4;
  text-align:       right;
  background-color: White;
  line-height:      100%
}

.smallblack {
	font-size:		9px;
	font-style:		normal;
	font-weight:	normal;
	font-variant:	normal;
	color:			#000000;
	line-height:	normal;
	background-position: 25px;
}
