body {
      background-color: #F0F0F0;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #111111;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	overflow: auto; 
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-highlight-color: #EFEFEF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;	
}

/* Headers */

H1, .H1, H2, .H2, H3, .H3, H4, .H4  {
	font-family:"Times New Roman", Times, serif;
	color:#333333;
}

H1, .H1 {
	font-size:24px;
}
H2, .H2 {
	font-size:18px;
}
H3, .H3 {
	font-size:16px;
}
H4, .H4 {
	font-size:14px;
}

/* Page Title */

.PageTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:28px;
	padding-right:60px;
	letter-spacing:1.82px;
}

/* Regular text */

span, li, p, div, td {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #111111;
}

/* Hyperlinks */

a {
	color: #666666;
	text-decoration:none;
}

a:link {
	color: #666666;
	
	text-decoration:none;
}
a:visited {
	color: #666666;
	
	text-decoration:none;
}
a:hover {
	color: #3333FF;
	border-bottom:1px solid #3333FF;
	text-decoration:none;
}
a:active {
	color: #111111;
	
	text-decoration:none;
}


/* Copyright string */

.Copyright {
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
	color: #999999;
}

