@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #993300;
	font-weight: bold;
}


img, img a{
	border:none;
	}


body {
	sfont-family: Tahoma;
	font-size: 12px;
	color: #3A71B2;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	list-style-position: outside;
	list-style-image: url(../img/web/bullet_star.gif);
	list-style-type: disc;
	font-family: Tahoma;
	font-weight: normal;
}

.footercopyright{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

.breadcrumbs{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.breadcrumbs a{
	text-decoration: underline;
}

.breadcrumbs a:hover{
}

.headings {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #3a71b2;
}
.subheadings {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #477eb7;
}

.tableborder {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00202E;
	border-left-color: #00202E;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

.green{
	font-weight: bold;
	color: #009900;
}
