/* Main CSS Attributes */
Body {
	background: #FFFFFF;
}
P,LI,OL,UL,SUP,SELECT {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
INPUT {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background: #C6C6C6;
}

/* Default Table CSS Attributes */
TD {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.nav {
	color: #FFFFFF;
	background: #00447c;
}
.nav2 {
	color: #FFFFFF;
	background: #F0F0F0;
}
.nav3 {
	color: #FFFFFF;
	background: #21397B;
}
.title {
	color: #000000;
	background: #CCCCCC;
}
.highlight {
	color: #000000;
	background: #999999;
}
.highlight2 {
	color: #000000;
	background: #E7E7E7;
}
.rule {
	color: #FFFFFF;
	background: #00447c;
}
.hrule {
	color: #FFFFFF;
	background: #CECECE;
}
.vrule {
	color: #FFFFFF;
	background: #639CCE;
}
.topbottom {
	color: #000000;
	background: #DCDCDC;
}
.signin {
	color: #FFFFFF;
	background: #639CCE;
}
.middle {
	color: #000000;
	background: #E7E4CE;
}
.help {
	color: #000000;
	background: #E0EBF5;
}
.background {
	color: #000000;
	background: #FFFFFF;
}

/* Default Anchor CSS Attributes */
a {
	color: #00447C;
}
a:hover {
	color: #737373;
}

/* Navigation Anchor CSS Attributes */
a.navlink {
	color: #00447C;
	font-size: 11px;
	text-decoration: none;
}
a.navlink:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

/* Title Anchor CSS Attributes */
a.titlelink {
	color: #21397B;
}
a.titlelink:hover {
	color: #737373;
}

/* Header CSS Attributes */
.header {
	font-size: 22px;
	color: #00447C;
	font-weight: bold;
}
.errorheader {
	font-size: 22px;
	color: #21397B;
	font-weight: bold;
}
.subheader {
	font-size: 16px;
	color: #00447C;
	font-weight: bold;
}
.highlightheader {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.boldheader {
	font-size: 12px;
	color: #00447C;
	font-weight: bold;
}

/* Body CSS Attributes */
.14text {
	font-size: 14px;
}
.16boldtext {
	font-size: 16px;
	font-weight: bold;
}
.boldtext {
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
}
.hiddentext {
	font-size: 1px;
	color: #FFFFFF;
}
.navtext {
	font-size: 11px;
}
.navtextbold {
	font-size: 11px;
	font-weight: bold;
}
.titletext {
	color: #999999;
	font-weight: bold;
}
.alerttext {
	color: #ed1c24;
}
.copyright {
	font-size: 11px;
	color: #00447C;
}

.newtext{
	font-size:10pt;
	font-family:Arial-BoldMT;
}
.newtext1{
	font-size:8pt;
	font-family:Arial-BoldMT;
}
.newtext2{
	font-size:10pt;
	font-family:MyriadPro-Regular;
}
