html, body 
{
 	height: 100%;
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, p, strong, div, a, span 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#whitebg 
{
	background-color: #FFFFFF;
}

a:link, a:active, a:visited 
{ 
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

a:hover 
{ 
	font-weight: bold;
	color: #076DCF;
	text-decoration: underline;
}

#top 
{ 
	height: 100%;
}

.main 
{ 
	padding-left: 15px;
	padding-top: 15px;
	width: 60%;
}

.main p, strong, td, span, div 
{
	color: #333333;
	font-size: 12px;
}

.main p 
{ 
	width: 90%;
}

.main h1 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	/* border-top: 1px solid #CCCCCC; */
	/* border-bottom: 1px solid #CCCCCC; */
	/* border-left: 2px solid #FF6600; */
	/* background-color: #f2f2F2; */
	color: #FF6600;
	width: auto;
}

.main p 
{ 
	width: 90%;
}

.main td p 
{ 
	font-size: 10px;
}

.main blockquote 
{ 
	font-size: 12px;
	width: 80%;
}

.main ul 
{ 
	font-size: 11px;
	list-style-type: square;
}

.sidebar 
{ 
	font-size: 10px;
	color: #333333;
	padding-top: 5px;		
	width: 20%;
}

.sidebar h3 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(/resource/img/sidebar_h1_corner_white.gif); 
	background-repeat: no-repeat;
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 20px; 
}

.sidebar h2 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(/resource/img/sidebar_h1_corner.gif); 
	background-repeat: no-repeat;
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 20px; 
}

.sidebar p 
{ 
	width: 90%;
	font-size: 10px;
}

.sidebar div p 
{ 
	font-size: 10px;
}

.footer 
{ 
	background-image: url(/resource/img/crayon_footer.gif); 
	background-position: right; 
	background-repeat: no-repeat; 
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer span 
{ 
	font-size: 12px;
}

.footer p 
{ 
	width: 90%;
}

.footer a 
{ 
	font-size: 12px;
}

a:link.backtotop, a:visited.backtotop, a:active.backtotop 
{ 
	font-size: 10px;
	background-image: url(/resource/img/back_to_top_icon.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;		
	color: #076DCF;
	text-decoration: none;
	padding: 5px; 
	padding-left: 15px;
}

a:hover.backtotop  
{ 
	font-size: 10px; 
	background-image: url(/resource/img/back_to_top_icon_hover.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
	color: #FF6600;
	text-decoration: none;
	padding: 5px; 
	padding-left: 15px;
}