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

body {
	margin-top: 5px;
	margin-bottom:20px;
	background-repeat:repeat-x;
	background-color:#FFF;
	background-image: url(../images/bg.gif);
	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #183E93;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #183E93;
	font-weight: bold;
}


/*================footer=========================*/
a.footer {
	font-size: 10px;
	color: #333;
    text-decoration: none;
}
a:link.footer {
	color: #FFF;
}
a:visited.footer {
	color: #FFF;
}
a:hover.footer {
	color:#78877f;
}
.footertxt {
	font-size: 10px;
	color: #FFF;
}

/*================menu2=========================*/

a.menu2 {
	font-size: 10px;
	color: #FFF;
    text-decoration: none;
}
a:link.menu2 {
	color: #FFF;
}
a:visited.menu2{
	color: #FFF;
}
a:hover.menu2 {
	color:#78877f;
}
.menu2txt {
	font-size: 10px;
	color: #FFF;
}
.menu2title {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

/*=========================================*/

.imgborder {
	border: #B6C0BB; border-width:5px;

}

.Titles {
	font-size: 32px;
	color: #002e56;
}
.names {
	font-size: 24px;
}
.small {
	font-size: 9px;
}
.Subtitle {
	font-size: 24px;
	color: #002e56;
}

.Subtitle2 {
	font-size: 20px;
	color: #002e56;
}

.Subtitle3 {
	font-size: 18px;
	color: #002e56;
}

.Subtitle4 {
	font-size: 16px;
	color: #002e56;
}
.blue {
	color: #002e56;
}

.TileTitle {
	font-size: 16px;
	color: #FFF;
	font-weight:bold;
}
.required {
	color:#900;
}
.White{
	color:#FFFFFF
}
.BigWhite{
	color:#FFFFFF;
	font-size: 20px;
}
.Boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
