BODY {
	background: #ffffff;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
	}
	
.Menu 
{
	font-family: Verdana;
	font-weight: Bold;
	color: #003366;
	font-size: 12px;
}

A.Menu:Link {color:#003366;text-decoration:none;}
a.Menu:hover {
    color: #003366;
    text-decoration: none;
    background-color: transparent;
    border-color: #003366;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
    }
A.Menu:Visited {color:#003366;text-decoration:none;}	
a.Menu:Visited:hover {
    color: #003366;
    text-decoration: none;
    background-color: transparent;
    border-color: #003366;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
    }

.Heading {
	font-family: Verdana;
	font-size: 16px;
	color: #003366;
	}

.Text {
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
	}
	
A.Text:Link {color:#003366;text-decoration:none;}
a.Text:hover {
    color: #003366;
    text-decoration: none;
    background-color: transparent;
    border-color: #003366;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
    }
A.Text:Visited {color:#003366;text-decoration:none;}	
a.Text:Visited:hover {
    color: #003366;
    text-decoration: none;
    background-color: transparent;
    border-color: #003366;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
    }		
	
.SideTextA {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	}
	
A.NavLinks:Link {color:#ffffff;text-decoration:none;}
a.NavLinks:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-color: #ffffff;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
    }
A.NavLinks:Visited {color:#ffffff;text-decoration:none;}	
a.NavLinks:Visited:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-color: #ffffff;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
    }			
	
.Footer {
	background: #313131;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	}

.ErrorText {
	font-family: Arial;
	font-size: 10px;
	color: red;
	}
	
table.Error {
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
	border-color: red;
	border-collapse: collapse;
	background-color: ;
}
table.Error td {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: ;
	-moz-border-radius: ;
}					
