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