/* HTML DEFINITIONS */
body {
margin: 0px; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; background-color: #FFFFFF; line-height: 17px;
}
img { 
border: 0px; 
}
h1 {
margin: 0px; padding: 0px; font-family:  Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif; color: #003873; font-size: 18px; font-weight: bold;
}
h2 {
margin: 0px; padding: 0px; font-family:  Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif; color: #777777; font-size: 16px; font-weight: bold;
}
td, p, div {
font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; line-height: 17px;
}


/* LINKS */
a {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003873; font-weight: normal; text-decoration: underline;
}
a:hover {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; font-weight: normal; text-decoration: underline;
}
a.rollopaque img { 
filter:alpha(opacity=99); -moz-opacity: 0.99; -khtml-opacity: 0.99; opacity: 0.99;
}
a.rollopaque:hover img {
filter:alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;
}
a.rollopaque:active img {
filter:alpha(opacity=99); -moz-opacity: 0.99; -khtml-opacity: 0.99; opacity: 0.99;
}


/* TEXT */
.main {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; font-weight : normal; 
}
.greytext {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; font-weight : normal; 
}


/* DIVS */
.mainpad {
padding: 20px;
}
.mediablock {
float: left; margin-right: 30px; text-align: center; width: 180px;
}

.mediablocknomargin {
float: left; text-align: center; width: 180px;
}


/* IMAGES */
.imgborder {
border: 1px solid #CCCCCC;
}


/* FORMS */
.smallred {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; font-weight : normal;
}
.tdlabel {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight : normal; text-decoration: none; background-color: #003873;
}
.tddetail {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; background-color: #FFFFFF;
}
.field {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: normal; border: 1px #DDDDDD solid;
}