@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
background-image:url(../Images/back.jpg);
background-repeat:repeat-x;
background-color:#CDCDCD;

}

.top
{
background-image:url(../Images/Top.jpg);
background-repeat:repeat-x;
height:9px;

}

.left
{
background-image:url(../Images/left.jpg);
background-repeat:repeat-y;
width:9px;

}

.right
{
background-image:url(../Images/right.jpg);
background-repeat:repeat-y;
width:9px;

}

.linkleft
{
background-image:url(../Images/linkleft.jpg);
background-repeat:repeat-y;
}

.linkright
{
background-image:url(../Images/linkright.jpg);
background-repeat:repeat-y;

}

.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:justify;
}a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004671;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004671;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004671;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004671;
	text-decoration: none;
}
.dots {
	background-image: url(../Images/dots.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bluetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #122638;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	color: #122638;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #666666;
}

.boldblue
{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0A2045;
font-weight:bold;
text-align:left;


}