/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {
	background: #000;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FE000B;}

H1 {font-size: 21px;}

H2 {font-size: 19px;}

H3 {font-size: 17px;}

H4 {font-size: 15px;}

H5 {font-size: 14px;}

H6 {font-size: 13px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #FE000B;
text-decoration: none;}

A:visited {color: #71070C;
text-decoration: none;}

A:active {color: #A21E24;
text-decoration: none;}

A:hover {color: #A30007;
text-decoration: underline;}

/* Below is specific to DOMAIN NAME pages */

A.white:link {color: #fff;
text-decoration: none;}

A.white:visited {color: #fff;
text-decoration: none;}

A.white:active {color: #fff;
text-decoration: none;}

A.white:hover {color: #fff;
text-decoration: underline;}

.white {color: #fff;}

.main {margin-top: 30px;}

.tile_top {background-image: url(images/bg1_c_tile.jpg);
background-repeat: repeat-x;}

.tile_white {background-image: url(images/bg2_c_tile.jpg);
background-repeat: repeat-x;}

.tile_grey {background-image: url(images/bg_grey.jpg);
background-repeat: repeat-xy;}

.tile_right {background-image: url(images/bg_tile_right.jpg);
background-repeat: repeat-y;}

.tile_left {background-image: url(images/bg_left_tile.jpg);
background-repeat: repeat-y;}

.footer_tile {background-image: url(images/bg_6d_tile.jpg);
background-repeat: repeat-x;}

.end_tile {background-image: url(images/bg_7d_tile.jpg);
background-repeat: repeat-x;}

.tile_bottom_grey {background-image: url(images/bg_5_tile.jpg);
background-repeat: repeat-x;}

.content {background-image: url(images/bg_content.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-color: #fff;
padding-left: 26px;}


.photo {border: 2px solid #000;}

html>body .footer {width: 545px;}

.footer {font-size: 11px;
font-weight: bold;
margin-top: 14px;}

.breadcrumb {font-size: 9px;
margin-top: 14px;}

/* print css */
@media print {
html>body table {width:100%;}
.content {width:100%; padding:0;}
.footer {width:100%; padding:0;}
    
/*remove on print*/
.tile_top, .tile_white, .tile_grey, .tile_right, .end_tile, .tile_bottom_grey, .footer_tile, .content {display: none;}

.noprint {display: none;}





