<!--
body{
	background:#7d7d7d url(../../images/page_bg.gif) repeat-x top left;
	margin: 0px 0px 10px 0px;
	color:#000000;
}
a{
	color:#001665;
	text-decoration:none;
}
a:hover{
	color:#F56200;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin:5px;
	font-size:24px;
	text-align:center;
	color:#fff;
	font-family:"Pacifico", Georgia, "Times New Roman", serif;
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
}
h1 span{
	font-size:10px;
	display:block;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	color: #00c6e3;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	text-transform:uppercase;
}
p, li, div {
	text-align: right;
}

.content{
	margin:0px 25px 30px 25px;
}

font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif
}

hr {
	height: 0px;
	border: solid #80BBEC 0px;
	border-top-width: 1px;
}

img {
	border: 0px;
}

form, div, p, span {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

form{
	font-size: 0px;
}

th {
	color: #001021;
	font-size: 12px;
	font-weight : bold;
        background-color: #e3f2ff;
	height: 25px;
}

input,textarea, select {
	color : #000000;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

input { text-indent : 2px; }


.tableline {
	background-color: #f8faff;
	border: 1px #006699 solid;
}
.tableline_dark {
	background-color: #a8afbb;
	border: 1px #006699 solid;
}
th.tableHead {
	font-weight: bold;
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
	font-size: 12px;
	border-width: 1px 1px 0px 1px;
}


/* Dock Logo Slider */

#dock {
	display: block;
	margin: 0px auto;
	top: 0px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#dock ul {
	margin: 0px -60px;
	padding: 0px;
	list-style: none;
	height: 128px;
	line-height: 128px;
	text-align: center;
	font-size: 0px;
	white-space: nowrap;
	display: inline-block;
	background: url("../../images/dock-middle.png") bottom left repeat-x;
}

#dock ul:before,
#dock ul:after {
	content: "";
	color: transparent;
	height: 100%;
	display: inline-block;
	width: 0px;
	padding-top: 60px;
	margin-top: -60px;
	vertical-align: bottom;
}

#dock ul:before {
	padding-right: 60px;
	margin-right: -60px;
	background: url("../../images/dock-right.png") bottom right repeat-x;
} 

#dock ul:after {
	padding-left: 60px;
	margin-left: -60px;
	background: url("../../images/dock-left.png") bottom left repeat-x;
}

/* Dock Icons */
#dock li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: visible;
}

#dock li a {
	height: 83px;
	width: 60px;
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: bottom;
	text-decoration: none;
	color: black;
	white-space: normal;
	letter-spacing: normal;	
	line-height: 1.3em;
	text-align: center;
	font-family: Arial;
	padding-top: 30px;
	margin-bottom: 3px;
	overflow: visible;
}

body.no_js #dock li a:hover {
	width: 110px !important;
}

#dock li a span {
	position: relative;
	line-height: 1.3em;
	display: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 4px 12px;
	background-color: #EEE;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	margin: 0px auto;
	bottom: -60px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 2;
}

#dock li a:hover span {
	display: inline-block;
}

#dock li a:hover span:before {
	display: block;
	height: 6px;
	color: transparent;
	background: transparent url("../../images/span.png") right top no-repeat;
	position: absolute;
	content: "";
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	top: -6px;
	margin-right: 0px;
}

#dock li a img {
	height: auto;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 5px;
	text-align: center;
	border: 0px none;
	margin-bottom: 0px;
	box-reflect: below 1px gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255,255,255,0.1)));
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255,255,255,0.1)));
	-moz-box-reflect: below 1px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255,255,255,0.1)));
}
-->