body, td, p, .p {
	font-size: 10pt;
	font-family: arial;
	font-weight: normal;
	color: #656565;
	line-height: 13pt;
}

h1 {
	/* main title  */
	color: #569FD3;
	font-size: 14pt;
	font-family: arial;
	font-weight: normal;
	line-height: 16pt;
}

.h1 {
	/* same style as H1 without the padding underneath  */
	color: #569FD3;
	font-size: 14pt;
	font-family: arial;
	font-weight: normal;
	line-height: 16pt;
	padding-bottom: 0px;
}

h2 {
	/* sub title  */
	color: #569FD3;
	font-size: 13pt;
	font-family: arial;
	font-weight: normal;
	line-height: 15pt;
}

.h2 {
	/* same style as H2 without the padding underneath  */
	color: #569FD3;
	font-size: 13pt;
	font-family: arial;
	font-weight: normal;
	line-height: 15pt;
	padding-bottom: 0px;
}

h3, .h3 {
	color: #569FD3;
	font-size: 11pt;
	font-family: arial;
	line-height: 14pt;
}

h4, .h4 {
	color: #569FD3;
	font-size: 10pt;
	font-family: arial;
	font-weight: normal;
	line-height: 12pt;
}

.testSm {
	font-size: 8pt;
}

.textBlue {
	color: #569FD3;
	font-weight: normal;
	line-height: 11pt;
}

.textBlueBold, h3 {
	color: #569FD3;
	font-weight: bold;
	padding-bottom: 0px;
}

.textBlueDk, h2 {
	color: #00467F;
	font-weight: normal;
	line-height: 11pt;
	padding-bottom: 2px;
}

a.textBlueDk {
	color: #00467F;
	font-weight: normal;
	line-height: 11pt;
	padding-bottom: 2px;
	text-decoration: none;
}

.border {
	border: 1px solid #E5E5E5;
}

.border_noTop {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E5E5E5;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E5E5E5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E5E5E5;
}

.border_noBottom {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E5E5E5;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E5E5E5;
}

.projectRegCategory {
	color: #569FD3;
	font-size: 12pt;
	font-family: arial;
	line-height: 14pt;
}

ul {list-style-type: disc; margin-left: 15px; padding-left: 0px; padding-top: 0px; margin-top: 0px; margin-bottom: 0px}

hr {
	color: #656565;
}	

select {
	color: #656565;
}	

input, .input { 
 	border: 1px solid #656565;
	font-size: 10pt;
	font-family: arial;
	color: #656565;
	line-height: 12pt;
}

input.noBorder { 
 	border: 0px solid #656565;
}

.submit {
	color: #656565;
}

.error {
	font-weight: bold;
	color: orange;
	font-style: italic;
}

.mildError {
	font-style: italic;
}

.smallMildError {
	font-size: 8pt;
	font-style: italic;
}

/* Alternating BG Styles for lists */
.altBG1 {
	background-color: #F4F4F4;
}

.altBG2 {
	background-color: white;
}


/* links  */

a {
	color: #656565;
}

a.linkBlue {
	color: #569FD3;
}

a.linkBlue:hover {
	color: #DB0029;
}

/*
a.linkSideNav1 {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	color: #569FD3;
	background-color: #FFFFFF;
	float:left;
	display:block;
	height: 18px;
	width:100%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}

a.linkSideNav2 {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	color: #00467F;
	background-color: #FFFFFF;
	float:left;
	display:block;
	height: 18px;
	width:100%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 15px;
}

a.linkSideNav3 {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	color: #666465;
	background-color: #FFFFFF;
	float:left;
	display:block;
	height: 18px;
	width:100%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 25px;
}

a.linkSideNav1:hover {
	color: #DB0029;
	background-color: #EFEFEF;
}

a.linkSideNav1hover {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	color: #DB0029;
	background-color: #EFEFEF;
	float:left;
	display:block;
	height: 18px;
	width:100%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}

a.linkSideNav2:hover {
	color: #DB0029;
	background-color: #EFEFEF;
}

a.linkSideNav2hover {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	color: #DB0029;
	background-color: #EFEFEF;
	float:left;
	display:block;
	height: 18px;
	width:100%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 15px;
}

a.linkSideNav3:hover {
	color: #DB0029;
	background-color: #EFEFEF;
}

a.linkSideNav3hover {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	color: #DB0029;
	background-color: #EFEFEF;
	float:left;
	display:block;
	height: 18px;
	width:100%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 25px;
}

*/

a.footerLink {
	color: #BBBBBB;
	font-size: 8pt;
	text-decoration: underline;
}
.footerText {
	color: #BBBBBB;
	font-size: 8pt;
}

a.linkMore {
	color: #878686;
	font-size: 8pt;
	text-decoration: none;
}

a.linkMore:hover {
	color: #DB0029;
}

a.linkMoreBlue {
	color: #569FD3;
	font-size: 8pt;
	text-decoration: none;
}

a.linkMoreBlue:hover {
	color: #DB0029;
}

a:hover {
	color: #569FD3;
}

.formLabel {
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	text-align: right;
	vertical-align:text-top;
}

.formLabelRequired {
	font-size: 10pt;
	color: #569FD3;
	font-family: arial;
	font-weight: bold;
	text-align: right;
	vertical-align:text-top;
}

.formLabelLeft {
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	text-align: left;
	vertical-align:text-top;
}

.formLabelLeftRequired {
	font-size: 10pt;
	color: #569FD3;
	font-family: arial;
	font-weight: bold;
	text-align: left;
	vertical-align:text-top;
}


.listHead {
	/* used for the first row of a list which contains the titles of each of the columns
	   NOTE use different class for HOME PAGE list heads, it is below in home page section */
	font-weight: bold;
	color: #939392;
	line-height: 11pt;
}

.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
color: #00467F;
}

.darkBlue {
color: #00467F;
}

.blueerror {
	font-weight: bold;
	color: #569FD3;
}