	html {
		margin:0; padding:0;
		font-family: Tahoma, Arial;
		}
		
	body {
		margin:0; padding:0;
		font-family: Tahoma, Arial;
		font-size: 12px;
		color: #205679;
		background: #EEF5FB;
		}

	.w3c {
		margin:0;
		padding-left: 35px;
		padding-top: 10px;
		}
	.copyright {
		margin:0; padding:0;
		text-align: center;
		font-size: 10px;
		}
	img {
		border: 0;
		}

a:link { 
color: #205679;
text-decoration: none;
font-weight: bold;
}
a:visited { 
color: #205679;
text-decoration: none;
font-weight: bold;
}
a:hover { 
color: #E4752D;
font-weight: bold;
text-decoration: underline;
}
a:active { 
color: #E4752D;
font-weight: bold;
}
TABLE.all
{
width: 100%;
height: 100%;
}
TD.all
{
font-family: Tahoma, Arial;
font-size: 12px;
color: #205679;
width: 100%;
height: 100%;
}
TD
{
font-family: Tahoma, Arial;
font-size: 12px;
color: #205679;
}
HR
{
color: #205679;
height: 1px;
width: 100%;
}
fieldset.standout
{
border:1px solid #FF8231;
width: 98%;
}
fieldset 
{
border:1px solid #2B76A6;
width: 98%;
}
legend.standout
{
padding: 0.2em 0.5em;
color:#FF8231;
font-size:20px;
font-weight:bold;
text-align:right;
}
legend.small
{
padding: 0.2em 0.5em;
color:#256FA2;
font-size:14px;
font-weight:bold;
text-align:right;
}
legend 
{
padding: 0.2em 0.5em;
color:#256FA2;
font-size:20px;
font-weight:bold;
text-align:right;
}

/* Font sizes */

.headerText { font-size : 20px; }
.massive { font-size : 20px; }
.huge { font-size : 16px; }
.large { font-size : 12px; }
.medium { font-size : 11px; }
.small { font-size : 10px; }

/* Forms */

.basic { font-size: 12px; border: 1px solid #3E588C; color: #205679;}
.basicButton { font-size: 12px; border: 1px solid #CCCCCC; background-color: #2B76A6; color: #ffffff; }

