html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

a {
	color: #0055a0;
	text-decoration: underline;
	}

body {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #0055a0;
	margin: 0px;
	background-image: url(../images/bg.jpg);
}

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #0055a0;
	margin: 0px;
}

.contentTdFront{
	background-image: url(../images/front_rose.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.contentTd{
	background-image: url(../images/rose_yellow.jpg);
	background-repeat: repeat-y;
}

.header {
	margin: 33px 32px 20px 30px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #00337f;

}


/*Text Formating*/
.registered {
}
.footer {
	color: #ffffff; 
	font-size: 11px;
	line-height: 11px;
}

.footer a{
	color: #ffffff; 
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	line-height: 11px;
}


/*Backgrounds*/
.bgTop {
	background-color: #bbbcc3;
}

.white {
	background-color: #ffffff;
}

.white {
	background-color: #ffffff;
}

.bgTopBar {
	background-color: #435c9c;
	background-image: url(../images/bg_top.gif);
	
}

.bgMenu  {
	background-color: #435c9c;
	background-image: url(../images/rose.jpg);
	background-position: left bottom; 
	background-repeat: no-repeat;
	border-left: solid 1px #bcbec6;
}

.webpoll {
	background-color: #00337f;
	background-image:url(../images/blue.gif);
	background-repeat: repeat-x;
}
.bottomBg {
	background-color: #00337f;
}
.text {
	text-align: justify;
	margin: 10px 20px 20px 30px;
	width: 700px;
	overflow-x: hidden;
}

.textFront {
	text-align: justify;
	margin: 20px 20px 20px 30px;
	width: 366px;
	overflow-x: hidden;
}

/*Align*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.ext {
	margin-top: 0px;
	margin-top: expression((document.body.offsetHeight > 649)? 100 : 0);
}


.form_submit
{
	margin-top: 15px;
	margin-right: 5px;
	background-color: #00337f;
	height: 21px;
	border: solid 1px #6281b0;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size:11px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.webpollTd {
	background-color: #00337f;
}

