body	{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #232323;
  line-height: 150%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;  
  background-image:url(images/bg.gif);
  background-repeat:repeat;
}

.bg_body_internal {
  background-image:url(images/bg-body-internal.jpg);
  background-repeat:repeat-x;
}

form {
	display: inline;
}


/* Links Style */
a:link { text-decoration: underline; color: #5b95ba; } /* light blue: 3F4581 */
a:visited { text-decoration: underline; color: #5b95ba; }
a:active { text-decoration: underline; color: #5b95ba; }
a:hover	{ text-decoration: none; color: #5b95ba; }

a.footer:link { font-size: 11px; text-decoration: none; color: #888888; } 
a.footer:visited { font-size: 11px; text-decoration: none; color: #888888; }
a.footer:active { font-size: 11px; text-decoration: none; color: #888888; }
a.footer:hover	{ font-size: 11px; text-decoration: underline; color: #5b95ba; }

li {
	padding-bottom: 15px;
}

li.less {
	padding-bottom: 5px;
}

.bold_text {
	font-weight: bold;
}

.bottom_nav {
	color: #ffffff;
}

.bottom_nav_small {
	font-size: 11px;
}

.caption {
	font-style: italic;
}

.disabled_text {
	color: #888888;
}

.form_header {
	font-weight: bold;
	padding-bottom: 10px;
}

.highlighter {
	background-color:#FFFFCC;
}

.highlighted_copy {
	font-style: italic;
	font-size: 13px;
}

.line_through {
	text-decoration: line-through;
	color: #888888;
}

.medium_text {
	font-size: 12px;
}

.medium_text_sm {
	font-size: 11px;
}

.message {
	font-weight: bold;
}

.principals_text {
	font-size: 12px;
	line-height: 140%;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;		
}

.processes_text {
	font-size: 12px;
	line-height: 140%;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;		
}

.red {
	color: #B54235;
	font-weight: bold;
}

.small_text {
	font-size: 11px;
}

.small_text_spaced {
	font-size: 11px;
	padding-bottom: 5px;
}

.small_text_gray {
	font-size: 11px;
	color: #888888;
}

.small_text_red {
	color: #B54235;
	font-size: 11px;
}

.small_text_white {
	font-size: 11px;
	color: #ffffff;
}

.super_small_text {
	font-size: 9px;
}

.text_indent {
	padding-left: 20px;
}

.title {
	color: #232323;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 140%;
}

.title_page {
	padding-left: 40px; padding-right: 35px; padding-top: 25px;
}

.title_small {
	color: #3F4581;
	font-weight: bold;
}

.title_small_red {
	color: #B54235;
	font-weight: bold;
}

.warning {
	color: #ff0000;
	font-weight: bold;
}

.quote {
	font-style: italic;
}


/* Image Style */
.img {
  border: 1px solid #000000;
}

.img-off {
  border: 1px solid #ababab;
}