/* CSS Document */

.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}


.normal_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	font-weight: bold;
}

.normal_text_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666698;
	font-weight: bold;
}

.footer {
	background-color: #575784;
}

.newletter_go_button {
	background-color: #8F9D9E;
	border: 1px solid #A9A9A9;
	font-family: Tahoma;
	font-size: 9px;
	color:#FFFFFF;
	font-weight: bold;
}

a.newletter_go_roll:link {
	font-family: Tahoma;
	font-size: 9px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.newletter_go_roll:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9px;
	color:#FFFFFF;
	font-weight: bold;
}
a.newletter_go_roll:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}
a.newletter_go_roll:active {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9px;
	color:#FFFFFF;
	font-weight: bold;
}


.copyright_text {
	font-family: Tahoma;
	font-size:10px;
	color: #DADADA;
}

a.privacy_policy_roll:link {
	font-family: Tahoma;
	font-size:10px;
	color: #DADADA;
	text-decoration: underline;
}
a.privacy_policy_roll:visited {
	text-decoration: underline;
	font-family: Tahoma;
	font-size:10px;
	color: #DADADA;
}
a.privacy_policy_roll:hover {
	text-decoration: none;
	font-family: Tahoma;
	font-size:10px;
	color: #ffffff;
}
a.privacy_policy_roll:active {
	text-decoration: underline;
	font-family: Tahoma;
	font-size:10px;
	color: #DADADA;
}


.footer_links {
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	color: #DADADA;
}


a.footer_links_roll:link {
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	color: #DADADA;
	text-decoration: underline;
}
a.footer_links_roll:visited {
	text-decoration: underline;
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	color: #DADADA;
}
a.footer_links_roll:hover {
	text-decoration: none;
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
}
a.footer_links_roll:active {
	text-decoration: underline;
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	color: #DADADA;
}

.normal_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}

.news_textfield {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
	width: 130px;
}


a.normal_text_roll:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6565A9;
	text-decoration: underline;
}
a.normal_text_roll:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6565A9;
}
a.normal_text_roll:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}
a.normal_text_roll:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6565A9;
}

.copyright1 {
	font-family: Tahoma;
	font-size:10px;
	padding-right: 5px;
	color: #333333;
}

.normal_text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	font-style:italic;
}