body
{
	font-family: Arial, Arial, sans-serif;
        color: #FFFFFF;
	font-size: 12px;
	background-color: #8292BC;
}

tbody
{
	font-family: Arial, Arial, sans-serif;
        color: #FFFFFF;
	font-size: 12px;

}

table.sample {
	border-width: 0px 0px 0px 0px;
	border-style: dashed dashed dashed dashed;
	border-color: white white white white;
	border-collapse: collapse;
	
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dashed dashed dashed dashed;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dashed dashed dashed dashed;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}}

a:link
{
	font-family: Arial, Arial, sans-serif;
        color: #D8DEF0;
	font-size: 12px;	
}

a:visited
{
	font-family: Arial, Arial, sans-serif;
        color: #D8DEF0;
	font-size: 12px;	
}

a:active
{
	font-family: Arial, Arial, sans-serif;
    color: #FFFFFF;
	font-size: 12px;	
}

a:hover 
{ 
	color: #FFFFFF; 
	font-size: 12px;
}

.mailtable {
    background-color: #222B51;
    border: solid 1px white;
}

.mailtable td  {
    padding: 0.1em 0.5em;
}

.formError {
    color: red;
}

.successMsg {
    color: yellow;
    font-weight: bold;
}

