
p, table, td, tr, ol, ul, li, div, body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;	
}

hr  {
	height: 1px;	
}

form {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}

input {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-weight: normal; 
	font-size: 12px;	
}

select	{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal; 
	font-size: 12px;
}
	
textarea {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal; 
	font-size: 12px;
}

.formText {  
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px; 
	font-weight: bold;
}

.formField {  
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;	
}

.smallText {  
	font-size: 11px;	
}

.smallerText { 
	font-size: 10px;	
}	


/* Blue text sizes */
.blueTitle  {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #195E77;
}

.blueSubtitle  {
	font-size: 12px;
	color: #195E77; 
	font-weight: bold;
}

.blueText {
	color: #195E77;
}

.smblueText {
	font-size: 11px;
	color: #195E77;
}

/* Orange text sizes */
.orangeTitle {
	font-weight: bold;
	font-size: 15px;
	color: #CC6600;
	margin-bottom: 0px;
}

.orangeSubtitle	{
	font-size: 12px;
	color: #CC6600; 
	font-weight: bold;
	margin-bottom: 0px;
}

.smOrangeText {
	font-size: 11px;
	color: #CC6600;
}

.smPurpleText {
	font-size: 11px;
	color: #4E1748;
}


/* White text sizes */
.whiteTitle	{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF; 
	font-weight: bold;
}

.whiteSubtitle	{
	font-size: 12px;
	color: #FFFFFF; 
	font-weight: bold;
}

.whiteText {
	color: #FFFFFF;
}

.footertext  {
	font-size: 11px;
	color: #FFFFFF;	
}

/* Red text sizes */
.redTitle {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #B84011;
	font-weight: bold;
	margin-bottom: 0px;
}

.redSubtitle {
	font-size: 14px;
	color: #B84011; 
	font-weight: bold;
	margin-bottom: 0px;
}


/* bold red asterisk */
.required {
	font-weight: bold;
	color: #CC0000;	
}


/* link styles */
a:link, a:visited {
	color: #B84011;
	text-decoration: none;
}
   
a:hover, a:active {
	color: #802B0A;
	text-decoration: underline;
}

a.whiteLink:link, a.whiteLink:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

a.whiteLink:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}

a.topNav:link, a.topNav:visited {
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none;
}

a.topNav:hover {
	font-weight: bold;
	color: #F48310; 
	text-decoration: underline;
}

a.smblueLink:link, a.smblueLink:visited {
	font-size: 11px;
	color: #073756; 
	text-decoration: none;
}

a.smblueLink:hover {
	font-size: 11px;
	color: #073756; 
	text-decoration: underline;
}


/* table specific styles*/

td.content {
	padding: 10px;
}

td.slides {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

/* catalog table */

td.catalog {
	background: #EAE9DC;
}