/* global link styles */
a:link{
	color:#FF0000;
	text-decoration:underline;
}

a:hover{
	color:#FF0000;
	text-decoration:underline;
}

a:visited{
	color:#FF0000;
	text-decoration:underline;
}
a:active{
	color:#FF0000;
	text-decoration:underline;
}

/* Text Styles */
.tx-bodycopy {
	font-family: "Arial", Geneva, Verdana, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	letter-spacing: 0em;
	font-weight: normal;
}
.tx-bodycaps {
	font-family: "Arial", Geneva, Verdana, Lucida Grande, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FF0000;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.tx-textbold {
	font-family: "Arial", Geneva, Verdana, "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
.tx-subhead {
	font-family: "Arial", Geneva, Verdana, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 0em;
}
h1 {
	font-family: "Arial", Geneva, Verdana, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 0em;
}
.tx-largebold {
	font-family: "Arial", Geneva, Verdana, "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 10px;
	line-height: 24px;
	letter-spacing: -0.025px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
.tx-textheaderbar {
	color: #FFFFFF;
	text-align: left;
	background-color: #626162;
	width: 100%;
	padding: 6px;
	background-position: left center;
	text-indent: 5pt;
	vertical-align: middle;
	letter-spacing: -1px;
	font: bold 18px/18px "Arial", Geneva, Verdana, Lucida Grande, sans-serif;
}
.tx-smcopy {
	font-family: "Arial", Geneva, Verdana, Lucida Grande, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	letter-spacing: 0.025em;
}

/* Main Page Container */
.td-pagebak {
	background-color: #FFFFFF;
	padding: 0px 10px 10px;
	width: 800px;
	margin: 0px;
}
.td-navbak {
	width: 100px;
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}
.td-contentbak {
	background-color: #FFFFFF;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 960px;
	border-top-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
}

/* Image Management Styles */
.image-right {
	text-align: left;
	margin: 0px 0px 10px 20px;
	float: right;
	padding: 2px;
	clear: none;
}
.image-left {
	text-align: left;
	margin: 0px 20px 10px 0px;
	float: left;
	padding: 2px;
	clear:none;
}
.bottomlines {
	padding: 3px;
	margin: auto;
	border: 1px solid #00CC66;
}
.background {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.tablebottomlines {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CCCC;
}
#centerhorizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	visibility:hidden;
}
#centercontent {
	margin-left: -410px;
	position: absolute;
	top: -289px;
	left: 50%;
	width: 800px;
	height: 578px;
	visibility: visible
}
.td_cell_lines {
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.td_vertical_dots {
	background-image: url(vert-dotted-line.gif);
	background-repeat: repeat-y;
	width: 30px;
	background-position: center;
}
.td_hoz_dots {
	background-image: url(hoz-dotted-line.gif);
	background-repeat: repeat-x;
	height: 30px;
}

#contacts {
	font-family: "Arial", Geneva, Verdana, "Lucida Grande", sans-serif;
	font-size: 12px;
	width: 100%;
}
	
#contacts td {
	padding: 3px 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #E8E8E8;
	border-left-color: #CCCCCC;
	background-position: -3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
	
/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
	
#menu {
	width: 220px;
	float: right;
	padding-bottom: 30px;
	padding-left: 50px;
	text-align: right;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Arial", Geneva, Verdana, "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000000;
}

#menu a
{
	display: block;
	padding: 10px;
	width: 200px;
	background-color: #F4F4F4;
}

#menu a:link, #navlist
{
	color: #000000;
	text-align: left;
}

#menu a:visited
{
	color: #000000;
	text-align: left;
}

#menu a:hover
{
background-color: #FF0000;
color: #fff;
}

#head
{
	display: block;
	font-weight: bold;
	padding: 10px;
	width: 200px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
	
.clear {
	clear: both;
}body {
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	margin: 0px;
	padding: 0px;
}
.table_content {
	font-family: "Arial", Geneva, Verdana, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	letter-spacing: 0em;
	font-weight: normal;
	padding: 20px 29px;
	width: 900px;
	text-align: left;
	margin: 0px;
	border-top: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.table_imagehead {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
