.normaltxt {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.normaltxtSMALL {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.normalBoldtxt {	
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.normalBoldtxtBIG {	
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {	
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #DE0029;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3328BA;
}

.outline
{
	border: solid;
	border-color: #8F8CB8;
	border-width: 1px;	
} 

A:link,A:visited {
color: #CFCEE6;
}

A:hover {
color: #8F8CB8;
}
.textbox{
	border: black; 
	border-style: Solid; 
	color: black;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
        font-size : 11px;
	font-weight: none; 
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
.Button{
	border: black; 
	border-style: Solid; 
	color: Black;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
        font-size : 10px;
	font-weight: none; 
	background: white;
	font-family: Verdana;
}
.copy {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
A.copy:link,A.copy:visited {
color: black;
}

A.copy:hover {
color: #8F8CB8;
}
.cutout {
	border : 1px dashed #969289;
	color : #555555;
	padding : 5px;
	margin: 1px 0;
	}
A.greylink:link,A.greylink:visited {
color: blue;
}

A.greylink:hover {
color: #8F8CB8;
}

.menu {font-family: Arial, Helvetica, sans-serif;	font-size: 20px; color: #DE0029; padding-left:15px }
A.menu:link { text-decoration: none; color:#000000 } 
A.menu:visited { text-decoration: none; color:#000000 } 
A.menu:hover { text-decoration: none; color:#DE0029 }
