/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageContent{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	line-height: 18px;
	color: #05233D;
}

.pageContentBold{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	line-height: 18px;
	color: #05233D;
	font-weight:bold;
}
.pageTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	line-height: 18px;
	color: #A4201D;
	font-weight:bold;
}
.pageContentWhite{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	line-height: 15px;
	color: #FFFFFF;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 18px;
	color: #A4201D;
}

.pageContentSmall{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	line-height: 18px;
	color: #05233D;
}
	
hr{
	color: #CCCCCC;
	height:1px;
}

/*******************PAGELINKS****************************************/

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: normal; 
	font-size: 11px; 
	color: #A4201D;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	color: #A4201D;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: normal; 
	font-size: 11px; 
	color:#05233D;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;	
	font-weight: normal;
	font-size: 11px; 
	color: #A4201D;
}

a.headermenu:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal; 
	font-size: 11px; 
	color:#05233D;
}
a.headermenu:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal; 
	font-size: 11px; 
	color:#05233D;
}
a.headermenu:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal; 
	font-size: 11px; 
	color: #A4201D;
}
a.headermenu:active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal; 
	font-size: 11px; 
	color:#05233D;
}

.input{
	font-size: 11px; 
	color: #666666; 
	font-family:Arial, Helvetica, sans-serif; 
	line-height: 11px;
}

/*******************BACKGROUND IMAGES****************************************/
.header {
	background-image: url(../images/interface/header.jpg);}
.side_left {
	background-image: url(../images/interface/side_left.gif);}
.side_right {
	background-image: url(../images/interface/side_right.gif);}
.side_bottom {
	background-image: url(../images/interface/side_bottom.gif);}
	
.logo_group {
	background-image: url(../images/common/logo_group.jpg);}
.bkg_topmenu {
	background-image: url(../images/interface/bkg_topmenu.gif);}
.grid_top {
	background-image: url(../images/interface/grid_top.gif); background-repeat:no-repeat;}
.grid_bottom {
	background-image: url(../images/interface/grid_bottom.gif); background-repeat:no-repeat;}
	
.bkg_blue {
	background-image: url(../images/interface/bkg_blue.gif);}
	



