@media all
{
html
{
height: 100%;
background: #FFFFFF;
}
body
{
font-family: 'Trebuchet MS', Geneva, sans-serif;
margin: 0px;
padding: 0px;
height: 100%;
background: #FFFFFF;
font-size: 11px;
}
h1
{
color: #CC0000;
font-family: 'Trebuchet MS',Geneva,sans-serif;
font-size: 22px;
font-weight: normal;
padding: 0px;
}
h2
{
color: #CC0000;
font-family: 'Trebuchet MS',Geneva,sans-serif;
font-size: 18px;
font-weight: normal;
margin: 0px 0px 5px;
}
h3
{
color: #CC0000;
font-family: 'Trebuchet MS',Geneva,sans-serif;
font-size: 16px;
font-weight: normal;
margin: 0px 0px 12px;
padding: 0px;
}
h4
{
color: #CC0000;
font-size: 14px;
margin: 0px 0px 12px;
padding: 0px;
font-family: 'Trebuchet MS',Geneva,sans-serif;
font-weight: normal;
}
h5
{
font-size: 12px;
font: Trebuchet MS;
font-size: 12px;
color: #CC0000;
padding: 0px;
margin: 0px 0px 12px 0px;
}
h6
{
font-size: 12px;
font: Trebuchet MS;
font-size: 12px;
color: #CC0000;
padding: 0px;
margin: 0px 0px 12px 0px;
}
form
{
margin: 0px;
}
table
{
width: 100%;
}
td
{
border-style: none;
border-spacing: 0px;
border-collapse: collapse;
padding: 0px;
margin: 0px;
vertical-align: top;
}
/* Links */
a:link, a:visited
{
color: #cf2f37;
}
a:hover, a:active
{
color: #F8C426;
}
a.link_white:link, a.link_white:visited
{
color: #FFFFFF;
}
a.link_white:hover, a.link_white:active
{
color: #F8C426;
}
a.link_footer:link, a.link_footer:visited
{
color: #FFFFFF;
text-decoration: none;
}
a.link_footer:hover, a.link_footer:active
{
color: #d02a34;
text-decoration: none;
}
/* Width settings */
.w_100pc
{
width: 100%;
}
.w_75pc
{
width: 75%;
}
.w_60pc
{
width: 60%;
}
.w_50pc
{
width: 50%;
}
.w_40pc
{
width: 40%;
}
.w_33pc
{
width: 33%;
}
.w_25pc
{
width: 25%;
}
.w_20pc
{
width: 20%;
}
/* Font formatting */
.bold
{
font-weight: bold;
}
.plain
{
font-weight: normal;
}
.underline
{
text-decoration: underline;
}
.spacing_1-5
{
line-height: 1.5;
}
.spacing_double
{
line-height: 2;
}
.nowrap
{
white-space: nowrap;
}
/* Alignment Settings */
.top
{
vertical-align: top;
}
.middle
{
vertical-align: middle;
}
.bottom
{
vertical-align: bottom;
}
.left
{
text-align: left;
}
.right
{
text-align: right;
}
.center
{
text-align: center;
}
/* Padding Styles */
.pad_top
{
padding-top: 10px;
}
.pad_bottom
{
padding-bottom: 10px;
}
.pad_left
{
padding-left: 10px;
}
.pad_right
{
padding-right: 10px;
}
.no_padding
{
padding: 0px;
}
/* Margin style */
.no_margin
{
margin: 0px;
}
/*-------------------------*
BULLETS AND NUMBERING
*-------------------------*/
ul.list_darrow
{
margin: 0px 0px 12px 0px;
padding: 0px 0px 0px 0px;
}
ul.list_darrow li
{
color : #292526;
font-size : 11px;
list-style-image: url(/_image/bullet_whitebg.gif);
margin: 0px 0px 5px 20px;
padding: 0px;
}
ul
{
list-style-image: url(/_image/chevron_red_white_bg.gif);
list-style-type: circle;
}
ul, ol
{
margin: 0px 0px 12px 0px;
padding: 0px 0px 0px 0px;
}
ol
{
padding-left: 12px;
}
ul li, ol li
{
color : #292526;
font-size : 11px;
margin: 0px 0px 5px 22px;
padding: 0px;
}
ol.inner_list
{
margin: 0px 0px 12px 0px;
padding: 0px 0px 0px 0px;
}
ol.inner_list li
{
color : #292526;
font-size : 11px;
margin: 0px 0px 5px 22px;
padding: 0px;
}
hr
{
margin: 10px 0px 10px 0px;
padding: 0px;
border: none;
height: 10px;
background: url(/_image/divider_hr-tile.gif) repeat-x center;
width: 100%;
}
div.hr
{
margin: 10px 0px 10px 0px;
padding: 0px;
border: none;
height: 10px;
background: url(/_image/divider_hr-tile.gif) repeat-x center;
width: 100%;
}
div.hr hr
{
display: none;
}
ul.rtl
{
margin: 0px;
padding: 0px;
xxmargin-right: 20px;
padding-right: 22px;
list-style-image: url(/_image/rtl_chevron_red_white_bg.gif);
list-style-type: circle;
}
ol.rtl li, ul.rtl li
{
direction: rtl;
padding: 0px;
margin: 0px;
margin-bottom: 5px;
}
table.content_table table
{
border: none;
}
table.content_table table.funky thead td
{
background: #ecddbe url('/_image/table_top.gif') scroll top left repeat-x;
border: none;
padding: 7px;
font-weight: bold;
font-size: 130%;
text-align: center;
}
table.content_table table.funky tbody td
{
border: 1px solid #ecddbe;
padding: 7px;
}
img
{
border: 0;
}
}