.title {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 15px;
   line-height: 18px;
   color: #0066CC;
}
.text {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 13px;
   line-height: 18px;
   color: #000000;
}
.subtitle {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 13px;
   line-height: 20px;
   color: #0066CC;
}

.navytext {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 13px;
   line-height: 17px;
   color: #000066;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 12px;
	color: #000000;
}

.smalltext {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 11px;
   line-height: 15px;
   color: #000000;
}

.list
{
    padding-right: 40px;
    list-style: none url(/images/bullet.gif) outside;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 8px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif
}
.blueborder {
	border: 1px solid #0A6DE4;
	background-color: #D3E7EF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.yellowbg {
    border: 1px solid #F4D66B
}

.linkstyle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #19338f;
}

A.linkstyle:link {
    COLOR: #19338f;
    TEXT-DECORATION: none
}
A.linkstyle:visited {
    COLOR: #19338f;
    TEXT-DECORATION: none
}
A.linkstyle:active {
    COLOR: #19338f;
    TEXT-DECORATION: underline
}
A.linkstyle:hover {
    COLOR: #ffbd23;
    TEXT-DECORATION: underline
}

.buttonstyle {
    BORDER-RIGHT: #333333 thin solid;
    BORDER-TOP: #cccccc thin solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: capitalize;
    BORDER-LEFT: #cccccc thin solid;
    COLOR: black;
    LINE-HEIGHT: 0.85;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #333333 thin solid;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    BACKGROUND-COLOR: #E5EAEF
}

body {
	background-color: #005ba8;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
