@charset "utf-8";
/* CSS Document */

body {
font-size:62.5%;
}

p.sub_title_pt1 {
font-family:Trebuchet MS;
font-size:1.8em;
color:#FFFFFF;
}

.sub_title_pt2 {
font-family:Trebuchet MS;
font-size:18px;
color:#00b9e9;
}

p.home_intro_text {
padding-top:12px;
font-family:Lucida Sans Unicode;
font-size:1.1em;
color:#f4f4f4;
}

p.news_title {
font-family:Trebuchet MS;
font-size:1.4em;
color:#00b9e9;

font-weight:bold;
}

/* Main style for text throughout site */

p.main_text_style {
font-family:Lucida Sans Unicode;
font-size:1.2em;
color:#f0f0f0;
}

.main_text_style a:link {
text-decoration:none;
color:#00b9e9;
}

.main_text_style a:visited {
text-decoration:none;
color:#00b9e9;
}

.main_text_style a:hover {
text-decoration:none;
color:#f2003e;
}

.main_text_style a:active {
text-decoration:none;
color:#00b9e9;
}

/* Style for tags that appear under news items */

p.tags {
font-family:Lucida Sans Unicode;
font-size:1.0em;
color:#f2003e;
}

.tags a:link {
text-decoration:none;
color:#b1b1b1;
background:none;
}

.tags a:visited {
text-decoration:none;
color:#b1b1b1;
background:none;
}

.tags a:hover {
text-decoration:none;
color:#747474;
background:#090909;
}

.tags a:active {
text-decoration:none;
color:#b1b1b1;
background:none;
}

/* Text and style used on text under thumbnails */

p.thumbnail_heading {
font-family:Lucida Sans Unicode;
font-size:11px;
color:#00b9e9;
}

.thumbnail_details {
font-family:Lucida Sans Unicode;
font-size:11px;
color:#ffffff;
}

.thumbnail_details a:link {
font-family:Lucida Sans Unicode;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}

.thumbnail_details a:visited {
font-family:Lucida Sans Unicode;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}

.thumbnail_details a:hover {
font-family:Lucida Sans Unicode;
font-size:11px;
color:#f2003e;
text-decoration:none;
}

.thumbnail_details a:active {
font-family:Lucida Sans Unicode;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}


/* Footer style */

p.footer_text {
font-family:Lucida Sans Unicode;
font-size:1.0em;
color:#747474;
text-align:right;
}

.footer_text a:link {
text-decoration:none;
color:#ffffff;
}

.footer_text a:visited {
text-decoration:none;
color:#ffffff;
}

.footer_text a:hover {
text-decoration:none;
color:#747474;
}

.footer_text a:active {
text-decoration:none;
color:#ffffff;
}






