/* Sets the body text font to 0.84em Arial. You don't have to put font tags around you body text in order for this style to work. */
body {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
} 

/* Image Floating */

.floatright {
float: right;
margin: 0 0 10px 10px;
}
.floatleft { 
float: left; 
margin: 0 10px 10px 0;
}

/* FONT STYLES DEFINED. */

/* Sets the font size to 14pt and color to #483D8B when you use class="heading1" This is the standard font style for the heading in the main body of your page */
font.heading1 {
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 1.5em;
	font-weight : 300;
	background-color : transparent;
}

/* Sets the font size to bold, 0.84em and color to #483D8B when you use class="heading2" This is the standard font style for the second line or subheading in the main body of your page */
font.heading2 {
	font-size: 1.0em;
	font-weight: 600;
	color: #483D8B;
	background-color : transparent;
}

/* Sets the font size to bold, 1.0em and color to yellow when you use class="navhead" This is the standard font style for the link headings in the Left Nav Bar of your page */ 

font.navhead {
	font-family : Arial, Helvetica, sans-serif;
	color: yellow;
	font-size : 1.0em;
	font-weight : 600;
	background-color : transparent;
}

/* Sets the font size to 9pt and when you use class="small" in your <font> tag */ 
font.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* Sets the font color to white and size to .84em and when you use class="white" in your <li> tag */
li.white {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #ffffff
} 

/* TABLE STYLES DEFINED. */
table.main {
	border: 2px solid #000000;
}

/* Sets table cell text to 0.84em Arial. Works when you use the <td> tag.*/
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.84em;
}

/* Sets table head cell text to 0.84em Arial. Works when you use the <th> tag.*/
th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.84em;
	font-weight: 600;
}

/* Sets the backgound color of your table row to #EEEEEE and the font color in your table row to black when you use the class="links" attribute with your <tr> tag */
tr.links {
	background-color: #EEEEEE;
	color : Black;
}

/* Sets the backgound color of your table row to #4748A9 and the font color in your table row to black when you use the class="title" attribute with your <tr> tag */
tr.title {
	background-color: #4748A9;
	color : Black;
}

/* LINK STYLES DEFINED. */

/* Sets the hover color to red when you use the <a> tag. This is for links in the main body section of your web pages */
a:hover {
	color: red;
	background-color : transparent;
}

/* Sets the text decoration to "none" when you use the class="nodec" attribute with your <a> tag */
a.nodec {
	text-decoration: none;
}

/* Sets the font color to white and font size to 9pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */
a.nav {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to white and font size to 9pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */
a.nav:link	{
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to white and font size to 9pt for visited links when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */			
a.nav:visited	{
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to yellow and font size to 9pt when you use the class="nav" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */	
a.nav:hover	{
	text-decoration: none;
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	background-color : transparent;
}



/* Sets the font color to white and font size to 9pt when you use the class="nav2" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */
a.nav2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to white and font size to 9pt when you use the class="nav2" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */
a.nav2:link	{
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to white and font size to 9pt for visited links when you use the class="nav2" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */			
a.nav2:visited	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to yellow and font size to 9pt when you use the class="nav2" attribute with your <a> tag. This is for links in the left nav bar section of your web pages. */	
a.nav2:hover	{
	text-decoration: none;
	color: 0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	background-color : transparent;
}


/* Sets the font color to #5a5a5a and font size to 0.84em when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.headnav {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.headnav:link	{
	color: #5a5a5a;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em on visited links when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.headnav:visited	{
	color: #5a5a5a;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to #4748A9 and font size to 0.84em when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */	
a.headnav:hover	{
	text-decoration: none;
	color: #4748A9;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 01.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.header {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.header:link	{
	color: #ffffff;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font color to #5a5a5a and font size to 0.84em on visited links when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */
a.header:visited	{
	color: #ffffff;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	background-color : transparent;
}

/* Sets the font hover color to #4748A9 and font size to 0.84em when you use the class="headnav" attribute with your <a> tag. This is for links in the top/main nav bar section of your web pages. */	
a.header:hover	{
	text-decoration: none;
	color: #CCCC66;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 01.0em;
	font-weight: 600;
	background-color : transparent;
}