h1 {color:#115788; }
h2 {color:#115788; }
h3 {color:#115788; }
h4 {color:#115788; }
a 			{color:#0f598a; text-decoration:none}
a:visited		{color:#0f598a}
a:link			{color:#0f598a}
a:active		{color:#0f598a}
a:hover		{color:#0f598a; text-decoration:underline}
td,ol,p,ul
{
	font-size:10pt;
	color: #000000;
}

/* -- START: Table Tabs ---------------------------------------------------*/

td.bg-tabs-on
{
	background-image: url("/images/interface/tb-top-blue.jpg");
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;	
	line-height: 12px;
	height: 34px;	
	padding: 0px 7px 0px 7px;
}

td.bg-tabs-ends
{
	width: 2px;
}

td.bg-tabs-end-lhs-off
{
	background-image: url("/images/interface/tb_off_lhs.jpg");
	height: 32px;
	width: 3px;
}

td.bg-tabs-end-rhs-off
{
	background-image: url("/images/interface/tb_off_rhs.jpg");
	height: 32px;
	width: 3px;
}

td.bg-tabs-off
{
	background-image: url("/images/interface/tb-top-grey.jpg");
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	line-height: 12px;	
	height: 32px;
	padding: 0px 7px 0px 7px;
}

td.bg-tabs-off-btm
{
	background-image: url("/images/interface/tb_off_btm_bg.gif");
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	line-height: 12px;	
	height: 32px;
	padding: 0px 7px 0px 7px;
}

td.tabs-divider
{
	width: 2px;
}

.tabs-content
{
	background-image: url("/images/interface/bg_header_dshadow.gif");
	background-repeat: repeat-x;
	height: 5px;
	
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;	
	border-bottom: 1px solid #B1B1B1;		
	
	padding: 10px 7px 7px 7px;
}

tr.row-highlight
{
	background-color: #EEEEEE;
}

/* -- END: Table Tabs -----------------------------------------------------*/

/* Title Headers */
#titlehead
{
	background-image: url("../images/title/header-bg.jpg");
	background-repeat: no-repeat;
}

/* Additional Classes */

.models_text {	font-size: 13pt; }
.models_desc { font size: 13pt; }
.frame_props {text-align: center;}
.tablemain
{
	border-top-style:solid; 
	border-right-style:solid; 
	border-bottom-style:solid; 
	border-left-style:solid;
	border-width:2px;
	border-color:#115788;
	font-size:12pt;
	padding:10px;
}