/* Main */
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url("../images/soc_background.png");
}

/* Tables */
.tbl_body {
	border: 0px;
 	background: #FFFFFF;
	padding: 0px;
}
.tbl_bodybottom {
	height: 23px;
}
.tbl_bodyleft {
	background-image: url("../images/soc_bodyleft.png");
	background-repeat: no-repeat;
	width: 36px;
}
.tbl_bodymain {
	background: #f6fcff;
	padding: 3px;
}
.tbl_bodytop {
	background-image: url("../images/soc_bodytop.png");
	background-repeat: no-repeat;
	height: 24px;
}
.tbl_bottom {
 	padding: 2px;
 	height: 12px;
 	background: #cae6f2;
	color: #000000;
 	text-align: center;
 	font-size: 8pt;
}
.tbl_leftnav {
	background-color: #f6fcff;
	padding-top: 2px;
	width: 143px;
}
.tbl_logo {
	background-color: #fcfcff;
}
.tbl_main {
	margin: auto;
 	border-width: 1px;
 	border-color: #000000;	
 	border-style: solid;
}
.tbl_topnav {
 	background-image: url("../images/soc_topnav.png");
 	height: 36px;
 	text-align: center;
}

/* News */
.news_title {
 	font-weight: bold;
	color: #EC5800;
}
.news_info {
 	font-size: 8pt;
	color: #5D6E75;
}

/* Default Links */
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
 	color: blue;
	text-decoration: none;
}
a:hover {
 	color: blue;
	text-decoration: underline;
}
