body {
	background-color: #999999;
	font-size: 11pt;
	font-family: verdana, sans-serif;
}
.Text{
	font-size: 11pt;
	font-family: verdana, sans-serif;
}
.BannerContent {
	color: #ffffff; /*ffffff;*/
	font-size: 10pt;
	font-family: verdana, sans-serif;
	font-weight: bold;
	padding-right: 3px;
}
.UnorderedList{
	margin: 0px;
}
.ArrowBullet {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	text-decoration: none;
	margin-left: 11px;
	text-align: left;
	font-size: 12px;
	padding-left: 3px;
}

.RoundCornerDiv {
	width: 50%;
	margin: auto;
	background: #900;
	color: white;
	font-family: Georgia,verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
}

.RoundCornerDivTopLeft {
	width: 100%;
	height: 20px;
	background: #900 url(../images/tl.gif) left top no-repeat;
}

.RoundCornerDivTopRight {
	float: right;
	width: 20px;
	height: 20px;
	background: #900 url(../images/tr.gif) right top no-repeat;
}

.RoundCornerDivBottomLeft {
	width: 100%;
	height: 20px;
	background: #900 url(../images/bl.gif) left bottom no-repeat;
}

.RoundCornerDivBottomRight {
	float: right;
	width: 20px;
	height: 20px;
	background: #900 url(../images/br.gif) right bottom no-repeat;
}
.ImageThumbNail{
	border: 0px;
	width: 200px;
	height: 200px;
}
.ImageNoBorder{
	border: 0px;
}
.ImageBorder{
	border: 10px;
	border-color: #000000;
	width: 200px;
	height: 200px;
}
.LinkUnderlined,.LinkUnderlined:visited {
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #4769A0;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
}

.LinkUnderlined:hover {
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #BD1933;
	text-decoration: underline;
}
.LinkDull,.LinkDull:visited {
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #999999;
	text-decoration: none;
}
.Label,.BoldLabel{
	font-family: Georgia,verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: normal;
	font-size: 13px !important;
}

h1 {
	font-family: Georgia,verdana,arial,helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
}

h2 {
	font-family: Georgia,verdana,arial,helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #660000;
	font-weight: normal;
}

.BoldLabel{
	font-weight: bold !important;
}
.SmallIcon{
	border: 0px;
	width: 14px;
	height: 14px;
}
.MediumButton{
	color: #660000;    
	background-color: #ffffff;
	font-family: Georgia,verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	width: 60px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	
}