/* Global text classes begin */

body, div, td, ul, ol, li, blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#333333;
line-height:17px;
}

a:link {  
color:#0053DC; 
text-decoration:underline;
}

a:visited {  
color:#DC3F02;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

/*--------------------------------------------*/

.bodytextwhite {
color:#FFFFFF;
}

a:link.bodytextwhite, a:visited.bodytextwhite {
color:#FFFFFF;
text-decoration:underline;
}

a:hover.bodytextwhite {
text-decoration:none;
}

/*--------------------------------------------*/

.bodytextred {
color:#DC3F02;
}

a:link.bodytextred, a:visited.bodytextred {
color:#DC3F02;
text-decoration:underline;
}

a:hover.bodytextred {
text-decoration:none;
}

/*--------------------------------------------*/

.bodytextsmall {
font-size:12px;
line-height:14px;
}

/*--------------------------------------------*/

a:link.navigation, a:visited.navigation {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
line-height:19px;
color:#FFFFFF;
text-decoration:none;
text-transform:lowercase;
}

a:hover.navigation {
text-decoration:underline;
}

/* Global text classes end */
/* Miscellaneous classes begin */

.right_column_images {/* Right column images must be 210 x 92. */
padding-left : 44px;
padding-top : 34px;
border:none
}