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