a:link     {color:#FFFFFF;
text-decoration: none;
}

a:visited  {color:#FFFFFF;

text-decoration: none;
}
a:hover    {
        color:#2389E8;
        text-decoration: underline;
}
a:active   {color:#000000}

.content {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}

.button {
        font-family: "Arial", "Helvetica", "sans-serif";
        font-size: 12px;
        font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		
}

.subtitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
		font-weight: bold;
		color: #01008D;
		
}

.title {
        font-family: "Arial", "Helvetica", "sans-serif";
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
		font-weight: bold;
		text-decoration: underline;
		color: #000000;
		
}


.bottomtext {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	
}

.copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	
}

a.blue:link { text-decoration: none; color: #2389E8; }
a.blue:visited { text-decoration: none; color: #2389E8; }
a.blue:hover { text-decoration: underline; color: #2389E8; }
