/* CSS Document */
body
{
margin:0px;
}
.hdblue
{
font-family:arial;
font-size:1.3em;
font-weight:bolder;
text-decoration:none;
color:#3A407A;
}
.textgrey
{
font-family:tahoma;
font-size:10px;
font-weight:normal;
text-decoration:none;
color:#808080;
}
.textblack
{
font-family:tahoma;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.textblackbig
{
font-family:tahoma;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.yellowtable
{
background-color:#F8DF00;
border-right:2px solid #cccccc;
border-left:2px solid #cccccc;
}
.greybold
{
font-family:arial;
font-size:11px;
font-weight:bolder;
text-decoration:none;
color:#6A6A6C;
text-align:justify;
}
.greytext
{
font-family:arial;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#6A6A6C;
}
.textfield
{
font-family:tahoma;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
border:1px solid #cccccc;
height:20px;
}
.footerlink
{
font-family:arial;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#6A6A6C;
}
.footerlink:hover
{
font-family:arial;
font-size:11px;
font-weight:normal;
text-decoration:underline;
color:#000000;
}

div.registrationTable > table > tbody > tr > td {
	font-size:12px;
	font-family:Arial;			
	text-align:left;
}