/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

a.menu:link {
	color: #EEEEEE;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:visited {
	color: #EEEEEE;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:hover {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:active {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a.switchmenu:link {
	color: #EEEEEE;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.switchmenu:visited {
	color: #EEEEEE;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}
h3 {
	font-size: 18px;
	color: #990000;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
h5 {
	font-size: 16px;
	color: #333333;
}

.wing_left {
	background-attachment: scroll;
	background-color: #CC3333;
	background-image: url(../Media/View_Red/Wings_Left.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.wing_right {
	background-attachment: scroll;
	background-color: #CC3333;
	background-image: url(../Media/View_Red/Wings_Right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.bkgd_menu {
	background-attachment: scroll;
	background-image: url(../Media/View_Red/LargeBar_Bkgd.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #990000;
}
.bkgd_body {
	background-attachment: scroll;
	background-image: url(../Media/View_Red/BodyFade.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.bkgd_head {
	background-attachment: scroll;
	background-color: #990000;
	background-image: url(../Media/View_Red/Masthead_Center.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.blockcell {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../Media/View_Red/Backgrade_White_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px;
	border: 1px solid #990000;
	border-radius: 4px;
}

