/* CSS Document */

a:link {
	color: #004EA7;
	text-decoration: underline;
}
a:visited {
	color: #004EA7;
	text-decoration: underline;
}
a:active {
	color: #004EA7;
	background-color: #A9AAAC;
	text-decoration: none;		
}
a:hover {
	color: #3087D9;
	text-decoration: none;	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maintext_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.boldheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.boldheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.keyword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.keyword:link 	{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
a.keyword:visited 	{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
a.keyword:active 	{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
a.keyword:hover 	{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
#PopUpForm .textField {
	width: 200px;
}
#PopUpForm .textArea {
	width: 200px;
}
.AttentionBttn {
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	padding: 5px;
	width: 75%;
	text-align: center;
	font-weight: bold;
}
.centered {
	text-align: center;
	margin: 0px;
}
