@charset "UTF-8";
/* CSS Document */

/* -------------------------- Styles for the MAIN -------------------------- */
html, body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#666666;
}

/* Styles for text, h tags */
h1 h2 h3 h4 h5 h6 {
font-family:Arial, Helvetica, sans-serif;
}
h1 {
font-size:32px;
line-height: 26px;
margin-top:4px;
margin-bottom:4px;
color:#888888;
letter-spacing: -2px;
}
h2 {
font-size:12px;
margin-top:0px;
margin-bottom:1px;
color:#888888;
}
h3 {
font-size:12px;
margin-top:0px;
margin-bottom:1px;
color:#888888;
font-weight: normal;
}
h4 {
font-size:22px;
line-height: 14px;
margin-top:0px;
margin-bottom:4px;
color:#888888;
letter-spacing: -2px;
}
h5 {
font-size:10px;
margin-top:0px;
margin-bottom:1px;
color:#DDDDDD;
font-style: normal;
}
h6 {
font-size:10px;
margin-top:0px;
margin-bottom:1px;
color:#888888;
font-style: normal;
}
/* Styles for text, other */
/* -------------------  WHITE TEXT  ------------------- */
.white10px {
color: #FFFFFF;
font-size: 10px;
}
/* -------------------  YELLOW TEXT  ------------------- */
.yellow10px {
color: #FFCC00;
font-size: 10px;
line-height:12px;
}
/* Styles for the default links (these are the main level navigation */
A:link {font-size: 10px; line-height:12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
A:visited {font-size: 10px; line-height:12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
A:active {font-size: 10px; line-height:12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
A:hover {font-size: 10px; line-height:12px; font-weight: bold; color: #FFCC00; text-decoration: underline; }

/* Styles for the type defined links */

/* -------------------  WHITE TEXT LINKS  ------------------- */
a.white10px:link {
color:#FFFFFF;
font-size:10px;
text-decoration:underline;
}
a.white10px:visited {
color:#FFFFFF;
font-size:10px;
text-decoration:underline;
}
a.white10px:active {
color:#FFFFFF;
font-size:10px;
text-decoration:underline;
}
a.white10px:hover {
color:#FFCC00;
font-size:10px;
text-decoration:underline;
}

/* -------------------  RED TEXT LINKS  ------------------- */
a.red10px:link {
color:#8a1e02;
font-size:10px;
text-decoration:none;
line-height:16px;
}
a.red10px:visited {
color:#8a1e02;
font-size:10px;
text-decoration:none;
line-height:16px;
}
a.red10px:active {
color:#8a1e02;
font-size:10px;
text-decoration:none;
line-height:16px;
}
a.red10px:hover {
color:#d02f06;
font-size:10px;
text-decoration:underline;
line-height:16px;
}

a.red12px:link {
color:#8a1e02;
font-size:12px;
text-decoration:none;
line-height:16px;
}
a.red12px:visited {
color:#8a1e02;
font-size:12px;
text-decoration:none;
line-height:16px;
}
a.red12px:active {
color:#8a1e02;
font-size:12px;
text-decoration:none;
line-height:16px;
}
a.red12px:hover {
color:#d02f06;
font-size:12px;
text-decoration:underline;
line-height:16px;
}

/* -------------------  GREY TEXT LINKS  ------------------- */
a.grey12px:link {
color:#888888;
font-size:12px;
text-decoration:none;
line-height:14px;
}
a.grey12px:visited {
color:#888888;
font-size:12px;
text-decoration:none;
line-height:14px;
}
a.grey12px:active {
color:#888888;
font-size:12px;
text-decoration:none;
line-height:14px;
}
a.grey12px:hover {
color:#d02f06;
font-size:12px;
text-decoration:underline;
line-height:14px;
}

/* -------------------  YELLOW TEXT LINKS  ------------------- */
a.yellow10px:link {
color:#FFCC00;
font-size:10px;
text-decoration:none;
line-height:14px;
}
a.yellow10px:visited {
color:#FFCC00;
font-size:10px;
text-decoration:none;
line-height:14px;
}
a.yellow10px:active {
color:#FFCC00;
font-size:10px;
text-decoration:none;
line-height:14px;
}
a.yellow10px:hover {
color:#FFCC00;
font-size:10px;
text-decoration:underline;
line-height:14px;
}