
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

H1 {
	padding-top: 10px;
	margin-bottom: 0px;
	font-size : 20px;
	color : #b02d12;
}

H2 {
	font-size : 15px;
	color : #b02d12;
	margin-bottom:0px;
	padding-top:10px;
}
P {
	margin-top:10px;
}

.Heading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #00517B;
	font-weight : bold;
}
.cHeading1 {
	font-size : 20px;
	color : #00517B;
}
.cHeading2 {
	font-size : 16px;
	color : #00517B;
}
.pHeading1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #00517B;
	font-weight : bold;
}
.pHeading2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #00517B;
}
.blue_dark {
	color : #00517B;
}
.blue_light {
	color : #7CA7D8;
}

A.LinkBold {
	text-decoration : none;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #00517B;
	font-weight : bold;
}
A.LinkBold:HOVER{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #7CA7D8;
	font-weight : bold;
}
A.Link {
	text-decoration : none;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #7299C6;
	font-weight : bold;
}
A.Link:HOVER{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #00517B;
	font-weight : bold;
}

.form_text {
	color : black;
	border-color : 424140;
	border-width : 1;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.form_standard {
	border-color : #00517B;
	border-width : 1;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
}
.button{
	color:white;
	font-size : 10px;
	font-weight : bold;
	background-color:gray;
	border-color:gray;
	border-width:1
}
.show {}
.hide{DISPLAY:none;}

/* FORM STYLES*/
/*- Form1 Setup -*/
.form1{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1em
}
.form1 div{
	margin: 0 0 3px;
	min-height: 25px;
}
.form1 div.hl{
	margin: 20px 0 -5px;
}
.form1 label{
	float: left;
	font-weight: bold;
	margin: 3px 0 0;
	width: 120px
}
.form1 input[type=text]{
	width: 350px;
	padding: 3px;
}
/* Form1 Buttons */
.form1 .submit{
	margin: 5px 0 0;
	padding: 0 0 0 120px
}
.form1 input.btn{
	width: auto
}
/* Form1 Checkboxes, Radio inputs */
.form1 .chk input{
	background: none;
	border: 0;
	float: left;
	height: 15px;
	margin: 0 5px 0 0;
	padding: 0;
	width: 15px
}
.form1 .chk label{
	float: none
}
/* Form1 Textarea */
.form1 textarea{
	height: 125px;
	overflow: auto;
	width: 450px;
}
/* Form1 Select */
.form1 select{
	width: 350px;
	padding: 3px;
}
/*- Form1 'Login' -*/
.form1.flogin{
	float: right;
	margin: 0;
	width: 229px
}
.form1.flogin input{
	width: 140px
}
.form1.flogin input.btn{
	width: auto
}
.form1.flogin .submit{
	float: right;
	margin: 0 0 0 7px;
	padding: 0
}
.form1.flogin h3{
	font: 17px Arial, Helvetica, sans-serif
}

/* form validaiton styles*/
label.error {
	color:#E4675C;
	font-weight: bold;
	background: url(/_css/images/icons/exclamation.png) no-repeat;
	background-position: 3px -1px;
	padding: 0 0 2px 20px;
	float: none;
	
}
label.checked {
	background: url(/_css/images/icons/accept.png) no-repeat;
	background-position: 3px -1px;
}
input.error {
	border-color:#f8a38a;
	background-color: #FDF2EF;
}

