@charset "utf-8";

/* Body and General Tags */

html, body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #91989C;
	background: url(images/bg.gif) #233038 top left repeat-x;
	margin: 0px;
	text-align: left;
}

/* Text */

h1 {
	font-size: 24px;
	color: #91989C;
	font-weight: normal;
	text-align: left;
}

h2 {
	font-size: 16px;
	color: #91989C;
	text-align: left;
}

.coltext {
	line-height: 22px;
	font-size: 11px;
	color: #91989C;
	font-weight: normal;
}

.subheader {
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
}

/* Images */

img, a img {
	border: 0px;
}

/* Links */

a {
	color: #91989C;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Layout */

td.col1 {
	vertical-align: top;
	padding-right: 15px;
	width: 33%;
	font-size: 11px;
}

td.col2 {
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	width: 34%;
	font-size: 11px;
}

td.col3 {
	vertical-align: top;
	padding-left: 15px;
	width: 33%;
	font-size: 11px;
}

td.right {
	background-color: #1A242A;
}

td.footer {
	height: 170px;
	color: #535B5F;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	vertical-align: top;
}

/* Homepage */

.welcometext {
	font-size: 12px;
	line-height: 24px;
	color: 91989C;
	text-align: justify;
	padding-right: 20px;
}

td.welcomeimg {
	background: url(images/home_welcome_txt.gif) top left no-repeat;
	width: 607px;
	height: 179px;
}

td.btm {
	background: url(images/viewers_btm.gif) top left no-repeat;
	width: 313px;
	height: 50px;
	color: #75797C;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	font-size: 10px;
	padding-top: 5px;
}

a.btm:link {
	color: #535B5F;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 10px;
}

a.btm:visited {
	color: #535B5F;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 10px;
}

a.btm:active {
	color: #535B5F;
	text-decoration: underline;
	border-bottom: 1px dotted;
	font-size: 10px;
}

a.btm:hover {
	color: #91989C;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 10px;
}

td.step1 {
	background: url(images/steps_1.gif) top left no-repeat;
	color: #A6ABAE;
	font-size: 10px;
	padding-left: 57px;
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 0px;
	height: 82px;
	vertical-align: top;
}

td.step2 {
	background: url(images/steps_2.gif) top left no-repeat;
	color: #A6ABAE;
	font-size: 10px;
	padding-left: 57px;
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 0px;
	height: 82px;
	vertical-align: top;
}

td.step3 {
	background: url(images/steps_3.gif) top left no-repeat;
	color: #A6ABAE;
	font-size: 10px;
	padding-left: 57px;
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 0px;
	height: 82px;
	vertical-align: top;
}

td.stepbtm {
	background: url(images/steps_btm.gif) top left no-repeat;
	color: #A6ABAE;
	font-size: 10px;
	width: 213px;
	height: 54px;
	vertical-align: top;
	padding-right: 38px;
	padding-left: 10px;
	text-align: center;
	padding-top: 10px;
}

a.stepbtm:link {
	color: #A6ABAE;
	text-decoration: none;
}

a.stepbtm:visited {
	color: #A6ABAE;
	text-decoration: none;
}

a.stepbtm:active {
	color: #A6ABAE;
	text-decoration: none;
}

a.stepbtm:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

td.viewer1 {
	background: url(images/viewer_1.jpg) top center no-repeat;
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 130px;
	font-size: 10px;
	vertical-align: top;
}

td.viewer2 {
	background: url(images/viewer_2.jpg) top center no-repeat;
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 130px;
	font-size: 10px;
	vertical-align: top;
}

td.viewer3 {
	background: url(images/viewer_3.jpg) top center no-repeat;
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 130px;
	font-size: 10px;
	vertical-align: top;
}

.viewertable td {
	padding-right: 15px;
}

.viewertablenames {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

td.bordered {
	border-bottom: 1px solid #999;
}