body {
  font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	color: red;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	color: #003366;		
}

th {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	color: #000066;		
}
a:link { text-decoration: none; color: #003399;}
a:active { text-decoration: none; color: #663300;}
a:visited { text-decoration: none; color: #003399;}
a:hover { text-decoration: none; color: #663300;}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;	
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #000066;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.main {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;

}
.main_white {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;

}