/* body text */
.body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
}

.body_sm {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: normal;
	color: #666666;
}


.body_green {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #336666;
}

.body_thanks {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #333333;
}


.body_green_thanks {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #336666;
}



.subbody {
	font-family : Times New Roman, Times, serif;
	font-size : 16px;
	font-weight: normal;
	color: #336666;
}

.subbody_sm {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #FFFFFF;
}



.header {
	font-family : Times New Roman, Times, serif;
	font-size : 18px;
	font-weight: normal;
	color: #336666;
}

/* tag text */
.tag {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #333333;
}

/* Links for Site if no class exists */
A:LINK {
color: #336666;
font-weight: normal;
text-decoration : underline;
}

A:VISITED {
color: #336666;
font-weight: normal;
text-decoration : underline;
}

A:HOVER {
color: #a38659;
font-weight: normal;
text-decoration : none;
}


/*Generic Text Field*/
.textfield {
	background-color : #FFFFFF;
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top : 1px solid #666666;
	border-right : 1px solid #666666;
	border-bottom : 1px solid #666666;
	border-left : 1px solid #666666;
}


/* class for table border */
.table_border_S {
	border-top: none;
	border-right: 1px solid #336666;
	border-bottom: none;
	border-left:  1px solid #336666;
	background-color: #FFFFFF;
}

.table_border_B {
	border-top: none;
	border-right: 1px solid #336666;
	border-bottom: 1px solid #336666;
	border-left:  1px solid #336666;
	background-color: #FFFFFF;
}


/* class for table border - registration info page */
.table_borderA {
	border-top: 1px solid #336666;
	border-right: 1px solid #336666;
	border-bottom: none;
	border-left:  1px solid #336666;
	background-color: #e5e5cc;
}

.table_borderB {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left:  1px solid #336666;
}

.table_borderC {
	border-top: none;
	border-right: 1px solid #336666;
	border-bottom: none;
	border-left:  none;
}

.table_borderD {
	border-top: 1px solid #336666;
	border-right: none;
	border-bottom: none;
	border-left:  1px solid #336666;
	background-color: #336666;
}

.table_borderD1 {
	border-top: 1px solid #336666;
	border-right: none;
	border-bottom: none;
	border-left:  1px solid #e5e5cc;
	background-color: #336666;
}

.table_borderE {
	border-top: 1px solid #336666;
	border-right: 1px solid #336666;
	border-bottom: none;
	border-left:  1px solid #e5e5cc;
	background-color: #336666;
}

.table_borderF {
	border-top: 1px solid #336666;
	border-right: none;
	border-bottom: none;
	border-left:  1px solid #336666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
}

.table_borderG {
	border-top: 1px solid #336666;
	border-right: 1px solid #336666;
	border-bottom: none;
	border-left:  1px solid #336666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
}

.table_borderH {
	border-top: 1px solid #336666;
	border-right: none;
	border-bottom: 1px solid #336666;
	border-left:  1px solid #336666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
}

.table_borderI {
	border-top: 1px solid #336666;
	border-right: 1px solid #336666;
	border-bottom: 1px solid #336666;
	border-left:  1px solid #336666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
}

.table_borderJ {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #cccc99;
	border-left:  none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
}







/* class for table border in form */
.table_divider {
	border-top: none;
	border-right: 2px solid #ffffff;
	border-bottom: none;
	border-left:  none;
	background-color: #e5e5cc;
}

.table_divider1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	border-top: 2px solid #ffffff;
	border-right: none;
	border-bottom: none;
	border-left:  none;
	background-color: #e5e5cc;
}

.table_divider2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: none;
	border-left:  none;
	background-color: #e5e5cc;
}


