body {
	background-image: url(images/background_lines.jpg);
	margin-top: 10px;
	font-family: "Verdana";
	font-size: 10pt;
	color: #333333;
}
/* Style for bulleted lists */
.bullet {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-indent: 1px;
}

.blue_text{
	color:#3160b8;
	font-weight:bold;
}
/* Content Headings */
.heading {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.blue_heading {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #3160b8;
}
.sub-heading {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #305576;
}

/* Link styles */
a {
	color: #3160b8;
	font-size: 10pt;
	text-decoration: none;
}
a:hover {
	color: #112068;
	font-size:10pt;
	text-decoration:none;
}
a.red_link:hover {
	color: #112068;
	font-size:11pt;
	text-decoration:none;
}
a.red_link {
	color: #FF0000;
	font-size:11pt;
	text-decoration:none;
}
a.menu {
	color: #000000;
	font-size:12pt;
	font-weight:normal;
	text-decoration:none;
}
a.menu:hover {
	color: #3160b8;
	font-size:12pt;
	font-weight:normal;
	text-decoration:none;
	top: 0px;
}

.bold_text{
	font-weight:bold;
}

/* Bottom menu styles */
a.bottom_menu {
	color: #FFFFFF;
	font-size:12pt;
	font-weight:normal;
	text-decoration:none;
}
a.bottom_menu:hover {
	color: #000000;
	font-size:12pt;
	font-weight:normal;
	text-decoration:none;
}
#bottom_menu a {
	color: #FFFFFF;
	font-size:14pt;
	font-weight:normal;
	text-decoration:none;
}
#bottom_menu a:hover {
	color: #3160b8;
	font-size:11pt;
	font-weight:normal;
	text-decoration:none;
}


/* These styles are used in the right upper section of the site */
#right td {
	font-size:10pt;
}
#right .heading {
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
#right .blue_heading {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #3160b8;
}
#right .sub-heading {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
#right .bold_text{
	font-weight:bold;
}
#right a {
	color: #000000;
	font-size:10pt;
	text-decoration:none;
}
#right a:hover {
	color: #3160b8;
	font-size:10pt;
	text-decoration:none;
}
#right a.right_active {
	color: #3160b8;
	font-size:10pt;
	text-decoration:none;
}
#right a.right_active:hover {
	color: #3160b8;
	font-size:10pt;
	text-decoration:none;
}

/* These styles are used in the right bottom section of the site*/
#right_bottom td {
	font-size:10pt;
}
#right_bottom .heading {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
#right_bottom .blue_heading {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #3160b8;
}
#right_bottom .sub-heading {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #3160B8;
}
#right_bottom .bold_text{
	font-weight:bold;
}
#right_bottom a {
	color: #000000;
	font-size:10pt;
	text-decoration:none;
}
#right_bottom a:hover {
	color: #3160b8;
	font-size:10pt;
	text-decoration:none;
}
#right_bottom a.right_bottom_active {
	color: #3160b8;
	font-size:10pt;
	text-decoration:none;
}
#right_bottom a.right_bottom_active:hover {
	color: #3160b8;
	font-size:10pt;
	text-decoration:none;
}


/* Used only in index.html*/
.border-top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/* Used only in index.html*/
.border-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/* Copyright text at the bottom of the site*/
.copyright {
	font-size: 10pt;
	font-weight:normal;
}
