﻿/* CSS Document */

body {
	background-image:   url(images/but_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CC0000;
}


#contentsection {
	background: #FFFFFF;
}

/* top tab menu text */
.menu {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}


/* General styles to be used through out the site */
.cp_text
{
font-size:10px;
padding-left:1;
font-weight:bold;
padding-right:2;
line-height:14px
}

.cp_text1
{
font-size:10px;
padding-left:1;
padding-right:2;
color:#CC0000;
line-height:14px
}

.cp_text10
{
font-size:10px;
padding-left:8;
padding-right:8;
color:#CC0000;
line-height:14px
}

/* used on the index page, center column */
.rp_text
{
	font-size:10px;
	padding-left:18;
	padding-right:2;
	color:#CC0000;
	line-height:20px;
	font-weight: bold;
}

.rp_text1
{
font-size:10px;
padding-left:8;
padding-right:3;
color:#CC0000;
line-height:14px
}

/* red text used to highlight text */
.lp_text2
{
font-size:10px;
padding-left:0;
padding-right:0;
color:#CC0000;
line-height:14px
}

/* used on the home page, top paragraph text  */
.cp_text3
{
font-size:10px;
padding-left:10;
padding-right:0;
color:#CC0000;
line-height:12px
}

/* Links for the Tabs */
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}

/* Links with no decoration (underline - default colors etc) */
.menuLink a:link {
	color:#CC0000;
	text-decoration: none;
}
.menuLink a:visited {
	color:#CC0000;
	text-decoration: none;
}
.menuLink a:hover {
	color:#CC0000;
	text-decoration: none;
}
.menuLink a:active {
	color:#CC0000;
	text-decoration: none;
}

.headerbar {
	background: #CC0000;
	background-color:#CC0000;
}
.leftpanel {
	background:#CC0000;
}
.leftlink {
	background:#CC0000;
	border-left: 1px solid#CC0000;
	border-top: 1px solid#CC0000;
	border-bottom: 1px solid#CC0000;
	border-right: 1px solid#CC0000
}
.leftlinkin {
	background:#CC0000;
	padding-left: 30px;
}