/* Set all the fonts in this webpage to this basic font style format */
body {
	/*background:  #ffffff;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:       #000000;
	text-align:  left;
	font-style:  normal;
	font-size:   12px;
}

table,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:       #000000;
	/*background:  transparent;*/
	/*text-align:  left;*/
	font-style:  normal;
	font-size:   12px;
}

/* Align all these elements to the center */
div.subMenu {
	text-align: left;
	font-size:  11px;
}

/* Set this elements to display the "title" font style */
h2 {
	color:      #FFFFFF;
	/*font-style: normal;*/
	text-align: center;
	font-size:  18px;
	background: #336699;
}

/* Set this elements to display a "sub title" title font style */
h3 {
	color:       #FFFFFF;
	font-style:  italic;
	/*font-weight: bold;*/
	font-size:   16px;
	display:     inline;
}

/* Set this elements to display a "sub-sub title" font style */
div.subSubTitles {
	font-size:   12px;
	font-weight: bold;
	margin-left: 20px;
}

/* Align all these elements to the center */
div.footer {
	text-align: center;
	font-size:    9px;
}

/* Set the background color the header row of data tables */ 
tr.headerrow {
	background: #99CC66;
}

/* Set the background color the odd rows of data tables */ 
tr.oddrow {
	background: #99CC66;
}

/* Set the background color the even rows of data tables */ 
tr.evenrow {
	background: #CCCCCC;
}

td.subtitle {
	background: #669933;
}

/* Format all the anchor links */
a:link {
	color:           #336600;
	text-decoration: none;
	background:      #DDEEDD;
}
a:visited {
	color:           #336600;
	text-decoration: none;
	background:      #DDEEDD;
}
a:hover {
	color:           #003300;
	text-decoration: underline;
	background:      #DDEEDD;
}
a:active {
	color:           #333333;
	text-decoration: underline;
	background:      #DDEEDD;
}

a.subLink:link {
	color:           #333333;
	text-decoration: none;
	background:      transparent;
}
a.subLink:visited {
	color:           #000000;
	text-decoration: none;
	background:      transparent;
}
a.subLink:hover {
	color:           #003300;
	text-decoration: underline;
	background:      transparent;
}
a.subLink:active {
	color:           #336633;
	text-decoration: underline;
	background:      transparent;
}

a.mainLink:link {
	color:           #ffffff;
	text-decoration: none;
	background:      transparent;
}
a.mainLink:visited {
	color:           #ffffff;
	text-decoration: none;
	background:      transparent;
}
a.mainLink:hover {
	color:           #333333;
	text-decoration: underline;
	background:      transparent;
}
a.mainLink:active {
	color:           #000000;
	text-decoration: underline;
	background:      transparent;
}

a.internalLinkHeader:link, a.internalLinkHeader:visited, a.internalLinkHeader:hover, a.internalLinkHeader:active {
	color:           #FFFFFF;
	text-decoration: none;
	background:      transparent;
}

a.internalLinkBody:link, a.internalLinkBody:visited, a.internalLinkBody:hover, a.internalLinkBody:active {
	color:           #000000;
	text-decoration: none;
	background:      transparent;
}
	
a.img:link, a.img:visited, a.img:hover, a.img:active {
	background: transparent;
}