td {
font-size : 14px;
	color : black;
	font-family : Arial, Helvetica;	
	text-decoration : none;
}

.title {
 font-size:14px;
 font-family :Arial, Verdana, Geneva, Helvetica, sans-serif;
 color:#362ABE;
}

.caption {
 font-size:14px;
 font-family :Arial, Verdana, Geneva, Helvetica, sans-serif;
 color:#362ABE;
 font-weight:bold;
}

.title-emphasis {
 font-size:15px;
 font-family :Arial, Verdana, Geneva, Helvetica, sans-serif;
 color:#ff0000;
}

input { 
font-family: monospace,courier; 
font-weight: lighter; 
font-variant: normal; 
letter-spacing: 1pt;
font-size: 12px;
}


textarea { 
font-family: monospace,courier; 
font-weight: lighter; 
font-variant: normal; 
letter-spacing: 1pt;
font-size: 12px;
}


select {
background-color:#FFF; 
font-family: monospace,courier;
color: #1A3288; 
font-size: 12px;
}

A.nav-link  {
	font-size : 11px;
	color : blue;
	font-family : 'X', Arial, Helvetica, X;
	line-height : 15px;
	text-decoration : none;
}

A.nav-link:visited  {
	color :blue;
	text-decoration : none;
	font-family : 'X', Arial, Helvetica, X;
}

A.nav-link:link  {
	text-decoration : none;
	font-family : 'X', Arial, Helvetica, X;
	color : blue;
}

A.nav-link:hover  {
	text-decoration : underline;
	font-family : 'X', Arial, Helvetica, X;
	color : Red;
	background-color: #FAF6E5;
}

A.nav-link-sel  {
	font-size : 10px;
	color : Red;
	font-family : 'X', Arial, Helvetica, X;
	line-height : 14px;
	text-decoration : none;
}

A.nav-link-sel:visited  {
	color : Red;
	text-decoration : none;
	font-family : 'X', Arial, Helvetica, X;
}

A.nav-link-sel:link  {
	text-decoration : none;
	color : Red;
}

A.nav-link-sel:hover  {
	text-decoration : underline;
	font-family : 'X', Arial, Helvetica, X;
	color : Red;
}


body {
	background: url(images/bac.gif) #fff;
	margin: 0;
}

.registrations dt {
	color: red;
	font-size: 16px;
}

span.required {
	color: red;
	font-weight: bold;
}

.formGrid {
	background-color: #FAF6E5;
}

.formGrid th {
	padding: 7px;
	font-size: .8em;
	text-align: right;
	font-weight: bold;
}

.formGrid th:after {
	content: ':';
}

.formGrid td {
	padding: 7px;
}

.formGrid .banner {
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #362ABE;
}

.formGrid .banner .bannerCaption {
	font-size: .9em;
	color: black;
	font-weight: normal;
}
