@import url("/structure.css");
body{
	background-image: url(/images/bk.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	padding-top: 0px;
}
body, html, td, p {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-style:normal;
	line-height:19px;
	font-weight:normal;
	font-variant:normal;
	color:#333333;
}
h1 {
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
	color: #993333;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	text-align: center;
}
h2 {
font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color: #993333;
}
h3 {font-family: "Times New Roman", Times, serif;
font-size:14px;}
h4 {font-size:13px;}
h5, h6 {font-size:12px;}


.rightrepeat {
	background-image: url(/images/rightnav.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.leftrepeat {
	background-image: url(/images/leftrepeat.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.rtborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cec596;
}
.content {
	
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.submitbutton {
	font-family: times new roman, arial;
	font-size: 12px;
	border: 1px solid #666666;
	cursor: hand;
	background-color:#990000;	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}

.NewsSetting {
        display: inherit; 
	padding:8px 5px 5px 5px;
	font-size:9pt;
	color:#ffffff;
	overflow: hidden;
	height: auto;
}
.NewsSetting p {
	margin:0;
	padding:7px 0px;
}
p.NewsItem {
	padding:0 0 15px 0;
	margin:0 0 14px 0;
}
.NewsHeader {
	color:#00374d;
	font-size:11pt;
	margin:12px 0 0 0;
}
.Blue {color:#00374d;}
