
.title {
	font: 32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #EE9F05;
}


.title-med {
	font: 30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #EE9F05;
	line-height: 30px;
}

.title-sml {
	font: 25px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #EE9F05;
	line-height: 25px;
}

.heading {
	font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #174791;
}


.heading-sml {
	font: 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #174791;
}

.heading-sml {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #174791;
}

.news {
	font: bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #1F60C0;
}

.blue-fancy {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #174791;
}

.orange-fancy-big {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #EE9B19;
}

.orange-fancy-med{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #EE9B19;
}

.orange-fancy-sml{
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color: #EE9B19;
}

.txt-sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.txt-sml2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.txt-sml3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	line-height: 11px;
}


.txt-med {
font-size: 12px;
}

.txt-lrg {
font-size: 14px;
}

.blue {
	color: #039;
}

.red {
color: #FF0000;
}

ol {
padding: 0px;
margin-left: 20px;
}

.logo-float-right {
width: 160px;
float: right;
}



blockquote {
	width: 80%;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #174791;
}

.border-box {
padding: 10px 10px 10px 10px;
color: #003366;
}

.gray-line {
padding: 5px 0 5px 0;
border-bottom: 1px solid #f5f5f5;
}

.nice-list {
list-style: url(images/icon-arrow.gif);
}

.black-txt {
color: #000;
}

.error_red {
	
}

/* for error forms */

input.error_red, textarea.error_red, select.error_red, option.error_red {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #C00;
	padding: 2px;
}

input.error_red:focus, textarea.error_red:focus, select.error_red:focus, option.error_red:focus,
input.error_red:hover, textarea.error_red:hover, select.error_red:hover, option.error_red:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	border: 1px solid #F00;
	padding: 2px;
}


/*	contact us form
------------------------------------------------------------------------------- */

.td-bgbord {
border-bottom: 1px solid #f5f5f5;
}



/*	News and Events
------------------------------------------------------------------------------- */

.event-title {
background: #295AA3;
font-size: 12px;
font-weight: bold;
color: #fff;
padding-left: 5px;
}

.event-details {
background: #DBE4F1;
font-size: 12px;
padding: 5px 0 5px 5px;
}



/*	Products
------------------------------------------------------------------------------- */

.package {
border: 1px #ccc solid;
padding: 10px 5px 5px 5px;
background: #f5f5f5;
}

.prod-nav {
padding: 10px 0 10px 0px;
text-align: right;
font-size: 12px;
font-weight: bold
}

.prod-nav a {
padding: 5px;
border: 1px #A76D12 solid;
text-decoration: none;
background: #EE9B19;
color: #fff;
}

.prod-nav a:hover {
background: #EE9B19;
color: #174791;
}

.prod-nav .current {
padding: 5px;
border: 1px #A76D12 solid;
text-decoration: none;
background: #174791;
color: #fff;
}

.td-prod-border {
padding: 2px;
border-right: 1px #ccc solid;
border-bottom: 1px #ccc solid;
}
.td-prod-border2 {
padding: 2px;
border-left: 1px #ccc solid;
border-right: 1px #ccc solid;
border-bottom: 1px #ccc solid;
}


.td-prod-border-btm {
padding: 2px;
border-bottom: 1px #ccc solid;
}

/*	Products > Ovation
------------------------------------------------------------------------------- */

.challenge-box {
margin-bottom: 15px;
}

.solution-box {
margin-left: 30px;
}

.business-box {
color: #174791;
}


/*	form
------------------------------------------------------------------------------- */

.td-form {
background: #E8E8E8;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
}

