


B {font-size: 14px; font-family: Arial; font-weight: bold; line-height: 21px; color: #1e1e1e; text-decoration: none}

P {font-size: 14px; font-family:Helvetica, Arial, Verdana, sans-serif; line-height: 21px; color: #1e1e1e; text-decoration: none}

A{font-family: Arial; font-size: 14px; line-height: 21px; color: #1e1e1e}

TD {font-size: 14px; font-family: Arial; line-height: 21px; color: #1e1e1e; text-decoration: none}

TD B{font-size: 14px; font-family: Arial; font-weight: bold; line-height: 21px; color: #1e1e1e; text-decoration: none}

.navigation a:link {font-family: Arial; font-size: 14px; text-decoration: bold; line-height: 19px ; color: #757575}

.navigation a:visited{font-family: Arial; font-size: 14px; text-decoration: bold; line-height: 19px ; color: #757575}

.navigation a:hover {font-family: Arial; font-size: 14px; text-decoration: bold; line-height: 19px ; color: #000000}

.blacktext{font-family: Arial; font-size: 14px; font-weight: bold; text-decoration: none; line-height: 19px ; color: #000000}



.smalltext{font-family: Arial; font-size: 11px; text-decoration: none; line-height: 14px ; color: #1e1e1e}

.yes{font-family: Arial; font-size: 16px; font-weight: bold; text-decoration: none; line-height: 14px ; color: #31AF05}

.no{font-family: Arial; font-size: 16px; font-weight: bold; text-decoration: none; line-height: 14px ; color: #FF0000}

.greytext{font-family: Arial; font-size: 14px; text-decoration: bold; line-height: 19px ; color: #1e1e1e}

a:link {font-family: Arial; font-size: 14px; text-decoration: underline; line-height: 19px ; color: #0000CC}

a:visited {font-family: Arial; font-size: 14px; text-decoration: underline;line-height: 19px ; color: #561979}

.Header{background: url(images/header_new.gif); background-repeat: no-repeat;}
.MenuBG{background: url(images/menu_bg.gif);}

*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	
}
/*--Window/Masking Styles--*/
.window {
	height:291px;	width: 912px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: relative;
	bottom: 70px; right: -741px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 1px;
	text-decoration: none;
	color: #000;
		font-size:11px;
}
.paging a.active {
	font-weight: bold;
	background: #689835;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}




