/* CSS Document */

body {
	margin-top:10px; 
	margin-right:0px; 
	margin-left:0px; 
	margin-bottom:0px; 
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #ECE5D5;
}

.header {
	background-image: url('images/header-bg.gif');
	background-repeat: repeat-x;
}

.middle {
	background-image: url('images/mid-bg.gif');
	background-repeat: repeat-x;
}
.middle2 {
	background-image: url('images/mid-bg2.gif');
	background-repeat: repeat-x;
}
.footer {
	background-color: #A32E2E;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #ECE4D0;
	padding: 4px;
}
a.footer:hover {
	color: #FFFFFF;
	background-color: #821414;
}
.copyright {
	background-color: #D5CEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 60px;
	color: #4A4846;
	padding: 4px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
}
.text a {color:#3E3E75}
.text a:hover {color:#822525}

.textlink {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: 900;
}
.textlink a {color:#3E3E75}
.textlink a:hover {color:#822525}
	
.boxtitle {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #822525;
	font-weight: bold;
	font-variant: small-caps;
	}
.boxtext {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
.boxlink {
	padding-left: 1px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E75;
	font-weight: 900;
	font-variant: small-caps;
	display: block;
	background-color: #ffffff;
	width: 100%;
	}
a.boxlink:hover {
	color: #ffffff;
	background-color: #5E5E91;
}





/* border table for feed news */
.fd_bordertable { 
	background-color: white; 
	border-style: solid; border-width: 0px; border-color: #CCCCCC; 
	padding: 0; 
	width: 233px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0}

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: #3C003C; color: white; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; 
	text-align: left; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 8px; 
	line-height: 13px; 
	background: #F5F3EE; color: black; 
	font-family: Arial, Helvetica, sans-serif; font-size: 10px 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: #4A4846; text-decoration: none; }
.fd_itemlink:visited { color: #4A4846; text-decoration: none }
.fd_itemlink:hover { color: #821414; text-decoration: none }





/*
old
*/



.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #004665;
	margin-right: 50px;
	margin-top: 0px;
}


.maketext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #E70075;
	margin-top: 0px;
}



.box {
	border: 1px solid #004F75;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F3F9FF;
	font-size: 11px;
	}
		
		

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


