/* -------------------- Form styling ----------------------- */
select {
 background-color: #7E93AC
 color: #000000;
 border-color: #999999;
 font-size: 11px;
 width: 233px;
}

input {
 color: #000000;
	border-color: #999999;
	font-size: 11px;
	width: 233px;
	background-color: #7E93AC
}

textarea {
	color: #000000;
	border-color: #999999;
	font-size: 11px;
	width: 233px;
	background-color: #7E93AC;
}



/* -------------------- Text styling ----------------------- */
h1, h2, h3, h4, h5 { margin: 0; padding: 0; display: inline; color: #FFFFFF;}
h1 { font-size: 18px; margin: 0 0 5px 0; line-height: 1.0em; letter-spacing: -1px; }
h2 {
	font-size: 14px;
	margin: 0 0 26px 0;
	width: 100%;
	letter-spacing: -1px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #7E93AC;
}
h4 {
font-weight: normal;
	font-size: 11px;
	letter-spacing: 0px;
}
h5{
font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
}


/* -------------------- Lists ----------------------- */
#links {
	margin: 0;
	padding: 0;
	list-style-type: circle;
}
#linksno {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* -------------------- Links ----------------------- */

a:link {
	color: #7E93AC;
	text-decoration: none;
}
a:visited {
	color: #7E93AC;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}

/* -------------------- Homepage news link ----------------------- */
a.news:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E93AC;
	text-decoration: none;
	font-weight: normal;
}
a.news:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E93AC;
	text-decoration: none;
	font-weight: normal;
}
a.news:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}


/* -------------------- Body and Page Layout ----------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #002856;
}

/* hide from ie mac\*/
html,body {height:100.1%}
/*end hide */





/* tables -------------------------------------------------------------------- */
#bigtable {
	margin: 0 0 20px 0;
	font-size: 10px;
	width:100%;
	color:#000000
	
}
#minitable {
	margin: 0 0 0px;
	font-size: 11px;
	border: 1px solid #7090BB;
	padding: 5px;
}
td.dark {
  color: #FFFFFF;
	/*border: 1px solid #7E93AC;*/
}
td.light {
  color: #FFFFFF;
	/*background-color:#103866;*/
	/*border: 1px solid #7E93AC;*/
}
td.tabletop {
	background-color: #7E93AC;
	font-weight: bold;
}
td.tablebreak{
	background-color: #7E93AC;
	font-weight: bold;
	letter-spacing: 0px;
	color:#FFFFFF
	height: 20px;
	padding: 5px;
}
td.tablewh {
	background-color: #FFFFFF;
}

.tabletop a:link, .tabletop a:visited { color: #fff; }
.tabletop a:hover { color: #E60000; }
img.thumb {	
	border: 1px solid #ccc;
	padding: 5px;
}
.horzRule {
	background-color: #FF9900;
	height: 3px;
}

.portFrame {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.proAgents {
background-image: url(../images/main_navBack.gif);
}
.proCon {
	background-image: url(../images/sections/pro_contact.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tableContent{
	background-image: url(../images/main_navBack.gif);
}

.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF
}