html, body, div, p, form {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll; /* forces the vertical scrollbar to be visible by default (Firefox) */
}

body {
	background: #FFFFFF;
	/*font-family: Verdana;*/
	/*font-size: 11px;*/
}

.tdwidthcss
{
width: 90px;
}

/* HEADER styles */
div.headline {
	clear: both;
	margin-bottom: 10px;
	padding: 1px 6px;
	background:   url('../shared/images/textHeader.jpg');
	background-repeat: repeat-x;
	color: white;
	border: 1px solid #d4d4d4;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
div.headline2 {
	clear: both;
	margin-bottom: 10px;
	color: #810000;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
div.name {
	clear: both;
	margin-bottom: 11px;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
div.bold {
	clear: both;
	margin-top: 5px;
	color: black;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

/* PARAGRAPH styles */
p {
	padding: 0px 10px 11px 10px;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
}
p.left {
	text-align: left;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}

/* LINK styles */
a.link {
	color: #7f1313;
	text-decoration: none;
}
a.link:visited {
	color: #7f1313;
}
a.link:hover {
	color: #7f1313;
	text-decoration: underline;
}
a.readMore {
	color: #7f1313;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.readMore:visited {
	color: #7f1313;
}
a.readMore:hover {
	color: #7f1313;
	text-decoration: underline;
}

/* IMAGE styles */
img {
	border: none;
}
img.inline {
}
img.picture {
	display: block;
	margin: 11px auto;
	clear: both;
}
img.center {
	display: block;
	margin: 11px auto;
	clear: both;
}
img.left {
	float: left;
	margin: 0px 11px 11px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 11px 11px;
}

/* NOTICE styles */
.notice_header {
	margin: 0px;
	padding: 0px 10px;
	color: #7f1313;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.notice_text {
	margin: 0px;
	padding: 0px 10px 11px;
	color: #000000;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.notice_timestamp {
	margin: -5px 10px 5px 0px;
	padding: 0px;
	color: #999999;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
}
img.divider {
	display: block;
	margin: 0px 0px 11px 10px;
}

/* POLL styles */
div.poll {
	color: #305978;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 18px;
}
div.poll_topic {
	margin: 0px 0px 11px 0px;
	color: #7f1313;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
input.poll_alt {
	margin: 2px 5px 0px 0px;
}
label.poll_alt_label {
	color: #305978;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
input.poll_vote {
	margin: 10px 0px 0px 10px;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
}
input.poll_results {
	margin: 10px 0px 0px 0px;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
}
a.poll_button {
	padding: 2px 5px;
	background: white;
	color: #305978;
	border: 1px solid #d4d4d4;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	outline: 1px solid #f1f1f1;
}
a.poll_button:visited {
	color: #305978;
}
a.poll_button:hover {
	background: #e9f3f9;
}
div.poll_vote_msg {
	margin-bottom: 11px; 
	color: #305978;
	font-size: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
.poll_view_topic {
	margin: 10px 20px;
	color: #7f1313;
	font-size: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.poll_view_status {
	margin: 0px 20px 10px 20px;
	color: #7f1313;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.poll_view_choice_container {
	width: 100px;
	color: #305978;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.poll_view_votes_container {
	width: 300px;
	height: 40px;
	color: #305978;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.poll_view_votes {
	float: left;
	margin: 0px 5px 18px 5px;
	background: #305978;
	height: 18px;
}
div.poll_list_topic {
	margin: 15px 20px 5px 20px;
	color: #7f1313;
	font-size: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
a.poll_list_topic {
	color: #7f1313;
	text-decoration: none;
}
a.poll_list_topic:visited {
	color: #7f1313;
}
a.poll_list_topic:hover {
	color: #7f1313;
	border-bottom: 1px solid #7f1313;
}
div.poll_list_status {
	margin: 0px 20px 10px 20px;
	color: #7f1313;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
div.poll_list_topic_selected {
	margin: 15px 20px 5px 20px;
	color: #d2acac;
	font-size: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
div.poll_list_status_selected {
	margin: 0px 20px 10px 20px;
	color: #d2acac;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}

/* Search styles */
form.search_form {
	margin: 2px 0px 9px 12px;
	width: 132px;
}
input.search_input {
	display: block;
	float: left;
	width: 90px;
	margin: 0px;
	padding: 3px;
	background: white;
	color: #305978;
	border: 1px solid #d4d4d4;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
input.search_submit {
	display: block;
	float: right;
	margin: 0px;
	padding: 2px;
	background: white;
	color: #305978;
	border: 1px solid #d4d4d4;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
div.search_result_msg {
	margin-bottom: 11px; 
	color: #305978;
	font-size: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
div.search_result_header {
	background: #e9f3f9;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px;
}
a.search_result_link {
	color: #305978;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.search_result_link:visited {
	color: #305978;
}
a.search_result_link:hover {
	border-bottom: 1px solid #305978;
}
div.search_result_text {
	padding: 0px 10px 11px 10px;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
}
span.search_result_mark {
	background: yellow;
	color: #305978;
	font-weight: bold;
}

/* Misc design styles */

TD.mainText {
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	PADDING-TOP: 3px
}

div.contacts {
	color: #305978;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	padding: 8px;
}

div.smallContainerHeader {
	background-image: url('../shared/images/newsTop.jpg');
	width: 174px;
	height: 29px;
	margin-top: 2px;
	margin-left: 10px;
	color: white;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
}
div.smallContainerBody {
	background-image: url('../shared/images/newsBg.jpg');
	width: 183px;
	margin-left: 10px;
	padding: 5px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}
div.smallContainerFooter {
	background-image: url('../shared/images/newsBottom.jpg');
	width: 183px;
	height: 12px;
	margin-left: 10px;
	margin-bottom: 20px;
}