body{
margin:0px;
background: #ffffff; /*Default bg #FFF - Primary colour tint 1 on design 2 */
color: 000000;
}
tr,td{
font-family:Arial;
font-size:12px;
vertical-align:top;
border-color:25498d;
}
TH{
font-family:Verdana,Arial,Helvetica,sans_serif;
font-size:10px; /* size 12px on design 3*/
color: 000000;
vertical-align:top;
border-color:25498d;
}
img, a{
border:0px
}
a:link, a:active, a:visited{
color:#6c93d9; /*secondary color*/
text-decoration:none;
}
a:hover{
color:#6c93d9; /*secondary color tint 1*/
text-decoration:underline;
}
a.other:link{
color:#ffffff;
font-size:12px;
text-decoration:none;
}
a.other:active{
color:#ffffff;
font-size:12px;
text-decoration:none;
}
a.other:hover{
color:#ffffff;
font-size:12px;
text-decoration:underline;
}
a.other:visited{
color:#ffffff;
font-size:12px;
text-decoration:none;
}
a.other2:hover{
color:#999999; /*secondary color tint 1121*/
text-decoration:underline;
}
a.other2:link{
color:#999999; /*secondary color*/
text-decoration:none;
}
a.other2:active{
color:#999999 /*secondary color tint 1*/
text-decoration:underline;
}
a.other2:visited{
color:#999999; /*secondary color tint 1*/
text-decoration:none;
}
input, select, textarea{
	font : 8pt/10pt Verdana;
line-height: 1.2;
width:160px;
}
.myMargin{
margin:6px;
}
