@charset "utf-8";
/* CSS Document */

html{
	scrollbar-arrow-color: #e4e4e4;
	scrollbar-base-color: #e4e4e4;
	scrollbar-face-color: #b8b8ba;
	scrollbar-highlight-color: #e4e4e4;
	scrollbar-shadow-color: #e4e4e4;
	scrollbar-3dlight-color: #e4e4e4;
	scrollbar-track-color: #e4e4e4;
	scrollbar-darkshadow-color: #b8b8ba;
}

body {
	background-image:  url(../images/backgrounds/wallpaper.jpg);
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: underline;
	color: #B8B8BA;
}
a:active {
	text-decoration: none;
}
.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#F3F3F3;
}
a.bottom_links:link {color: #F3F3F3;}
a.bottom_links:visited {color: #F3F3F3;}
a.bottom_links:hover {color: #B8B8BA;}
a.bottom_links:active {color: #F3F3F3;}



.main_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3f3f3f;
}

.general_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
}

#content {
	background-color: #E1E1E1;
	filter: Alpha(opacity=100);
	opacity: .7;
	float: left;
	width: 570px;
	height: 650px;
	padding: 0.5em;
	overflow: auto;
}
.index_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF
}
.reference_text
{
	font-family: Brush Script Std, Bradley Hand ITC;
	font-size:18px;
}