/*<STYLE type="text/css">*/


/* Major structural elements ______________________ */


html, body
	{
  	background-color: #666666;
    	background: #EEEEEE url(/images/background.gif) center repeat-y; 
	width: 100%;
	padding: 0px; 
	margin: 0px; 

	}

body, td
	{	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 2em;
	color: #333333;
	text-decoration: none;
	}

html
	{
	overflow: -moz-scrollbars-vertical;
	}

img
	{
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

UL
	{
	text-align: left;
	margin-left:17;
	list-style-type: square;
	}

.footer 
	{
    	background: #FFFFFF url(/images/backgroundfooter.jpg) top repeat-x; 
	color: #333333;
	}


.footer a:link, .footer a:visited, .footer a:active
	{
	text-decoration:none;
	color: #333333;
	}

.footer a:hover
	{
	text-decoration:none;
	color: #FF0000;
	}


/* top navigation elements ______________________ */


#maintopic {
	text-align: right;
/* 	padding: 1px 0px 3px 0px; */
	margin: 0px;
	position: relative;
	height: 30px;
	top: 0px;
	left: 30px;
 	font-weight: bold;
	}

#maintopic ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0px; 
	padding: 5px 8px 9px 8px;
	text-decoration: none;
 	background: #FF0000;
	color: #333333;
	border-left: 1px solid #333333;
}

#maintopic li a img {
	vertical-align: middle;
}

#maintopic li a.sel {
	background-color: #FFFFFF;
	color: #333333;
}

#maintopic li a:hover {
	background-color: #333333;
	color: #FFFFFF;
}


.menu
	{
	color: #FF0000;
	padding-left: 0px; 
	padding-right: 0px;
	padding-top: 10px; 
	padding-bottom: 10px;
	font-size: 12px;
	}

.menu a:link, .menu a:visited, .menu a:active
	{
	text-decoration:none;
	color: #FF0000;
	}

.menu a:hover
	{
	text-decoration:underline;
	color: #FF0000;
	}
				
.menu ul
	{
	margin: 0px; 
	padding: 0px;
	border-bottom: 1px #EEEEEE solid;
	list-style-type: none;
	}

.menu li
	{
	margin: 0px 0px 0px 0px; 
	padding: 5px 0px 5px 5px;
	border-top: 1px #EEEEEE solid;
	}

.menu a.selected:link, .menu a.selected:visited, .menu a.selected:active
	{ 
	margin: 0px 0px 0px 0px; 
	padding: 5px 2px 2px 0px; 
	font-weight: bold;
	}

.menu a.selected:hover
	{ 
	margin: 0px 0px 0px 0px; 
	padding: 5px 2px 2px 0px; 
	font-weight: bold;
	text-decoration:none;
	cursor:default;
	}


/* Linking elements ______________________ */

a:link, a:visited, a:active
	{
	color: #FF0000;
	text-decoration: underline;
	}

a:hover
	{
	color: #333333;
	text-decoration: underline;
	}

a.header:link, a.header:visited, a.header:active
	{
	color: #666666;
	text-decoration: none;
	}

a.header:hover
	{
	color: #EEEEEE;
	text-decoration: none;
	}


/* Typography ______________________ */


h1
	{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	}

h2
	{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	}

h3
	{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
	}

h4
	{
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 12px;
	}

.small
	{
	font-size: 11px;
	}


/*</STYLE>*/
