<!--
/* HTML elements */
body {
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;	  	
}

body.main {
	background: #9099A3;
	/*background-image: url('../_images/odc_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #666666;*/
}

body.thankYou {
	background: #FFFFFF;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}     

table.main {
	background-color: white;
}

td.main {
	  font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: black;
	  padding-top: 10px;
} 

td {
	  font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: black;
}

td.text {
	  font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: black;
	  padding-top: 10px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-bottom: 10px;
	  border-top: 1px solid #CCCCCC;
	  width: 271px;
}

td.form {
	  font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: black;
	  background-color: #FFFFFF;
	  padding-top: 10px;
	  padding-left: 10px;
	  padding-bottom: 10px;
	  padding-right: 10px;
	  border-top: 1px solid #CCCCCC;
	  border-left: 1px solid #CCCCCC;
	  width: 500px;
	  height: 650px;
}

td.thankyou {
	background-color: #FFFFFF;
}
      
a {font-size:11px; font-weight:bold; text-decoration: none;}
a:link {color:#006AC3;}
a:active {color:#CCCCCC;}
a:visited {color:#006AC3;}
a:hover {color:#CCCCCC;}

h1{
 font: bold 16px Arial, Helvetica, sans-serif;
 color: #006AC3;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 16px Arial, Helvetica, sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}

.copyright {
	color: white;
	font-size: 10px;	
}

.footer {
	/*background-color: white;*/
	background-color: #9099A3;
	padding: 5px;
}

.thankYou1 {
	font-size: 24px;
	font-weight: bold;}
.thankYou2 {
	font-size: 18px;
	font-weight: bold;
}
	
.leadConversionText {
	color: white;
	font-size: 10px;
}

/* BEGIN iFRAME STYLE ELEMENTS */
/* Form elements */
.s4FormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

.s4FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.s4FormSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.s4FormButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.s4FormCheckBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.s4FormRadio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.s4FormHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

.s4FormRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

/* Error message text  */
.s4ErrorMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/* search results text */

.ResultsText {
	font-family: Arial, Helvetica, sans-serif;
}

.ResultsBigText {
	font-size: 16px;
	font-weight: bold;
}

.ResultsTableHead {
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
}

.CampusName {
	font-weight: bold;
	font-size: 12px;
}

.CampusAddress {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}

.CampusText {
	font-size: 10px;
}

/* END iFRAME STYLE ELEMENTS */


-->