@charset "utf-8";

body{
	height:100%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#b2b2b2;
	color:#6d6d6d;
	line-height:21px;
	border:none;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link{
color:#1272ba;
text-decoration:none;
}
a:hover{
color:#0e6db7;
text-decoration:none;
}
a:visited{
color:#1272ba;
text-decoration:none;
}
a:visited:hover{
color:#0e6db7;
text-decoration:none;
}

img{
border:none;
}


.bodygray {
	font-family: Arial;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	color: #6d6d6d;
	text-align:left;
}
.bodygray2 {
        font-family: Arial;
        font-size: 12px;
        line-height: 21px;
        font-weight: normal;
        color: #6d6d6d;
		text-align:left;
}
.bodyblue {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #1272ba;
	text-align:left;
}
.headingblue {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #1272ba;
}

.headingblue2 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #1272ba;
}

.nav{
background-image:url(images/menu-tile.gif);
background-repeat:repeat-x;
}
.menu{
color:#ffffff;
text-align:center;
font-size: 10pt;
}
a.menu{
color:#ffffff;
text-decoration:none;
}
a.menu:hover{
color:#b3deff;
text-decoration:none;
}

.righttile{
background-image:url(images/right-tile.gif);
background-repeat:repeat-y;
}
.lefttile{
background-image:url(images/left-tile.gif);
background-repeat:repeat-y;
}


a.copyright{
color:#666666;}
a.copyright:hover{
color:#ffffff;}

.pagealign{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
