body {
	color : #2D2D2D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	background : url(../images/gradient2.gif) repeat-x #DAE4EA;
	background-color : #537297;
}
a:link{
	color : #205089;
	background-color : transparent;
	text-decoration : none;
	font-weight : bold;
}
a:visited{
	color : #205089;
	background-color : transparent;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color : #143256;
	background-color : transparent;
	text-decoration : underline;
	font-weight : bold;
}
hr {
	color: #205089;
	background-color : transparent;
	size: 1px;
}
p {
	color : #2D2D2D;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
}
.white {
	color : #2D2D2D;
	background-color : #FFFFFF;
}
.black {
	color : #FFFFFF;
	background-color : #000000;
}
.blue {
	color : #FFFFFF;
	background-color : #205089;
}
.yellow {
	color : #205089;
	background-color : #FFE600;
}
.grey {
	color : #205089;
	background-color : #CCCCCC;
}
.footer {
	color : #FFFFFF;
	background-color : #205089;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 20px;
	font-weight : bold;
}
.menu {
	color : #205089;
	background-color : #F1F1F1;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.content {
	color : #2D2D2D;
	background-color : #FFFFFF;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
}
.heading {
	color : #3C60AB;
	background-color : #FFFFFF;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height : 22px;
	font-weight : bold;
}
.heading2 {
	color : #A3A3A3;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height : 22px;
	font-weight : bold;
}
.copy {
	color : #2D2D2D;
	background-color : #FFFFFF;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 18px;
}
.copy2 {
	color : #3C60AB;
	background-color : #FFFFFF;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 18px;
}
.bluetext {
	color : #3C60AB;
	background-color : #FFFFFF;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	font-weight : bold;
}
.greytext {
	color : #A3A3A3;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	font-weight : bold;
}
.panel {
	color : #646464;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.small { 
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.legal { 
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.inactive {
	color : #A3A3A3;
	font-size : 10px;
	font-weight: bold;
	line-height : 14px;
}
td {
	color : Black;
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 16px;
}
font {
	color : Black;
	font-family :  Arial, Helvetica, sans-serif;
	font-size :12px;
	line-height : 16px;
	font-weight : normal;
}
ul {
	list-style-type : square;
}

li{
	list-style-type : square;
}
.bluetextitalic {
	color: #3C60AB;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
}