<!--

body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}


/* -------------------- */
/* Text Styles */
/* -------------------- */


p {
	font-family: Verdana, sans-serif; 
	line-height: 1.2em;
	font-size: 11px; 
	color: #000000; 
	margin-bottom:10px; 
	margin-top: 10px;
}

ul {
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 1.8em;
	color: #000000; 
	margin-bottom:10px; 
	margin-top: 10px;
}

ol {
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	margin-bottom:10px; 
	margin-top: 10px;
}

.tableheader {
	margin-top:0px;
}

.captiontext {
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.2em;
	font-size: 60%; 
	color: #000000;
}

.definitiontext {
	font-family: Verdana, sans-serif; 
	line-height: 1.2em;
	font-size: 9px; 
	margin-bottom:10px; 
	margin-top: 10px;
}	

img[alt] {
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.2em;
	font-size: 70%; 
	color: #000000;
}

.descriptd {
	font-family: Arial;
	font-size: 70%;
	padding-left: 60px;
	vertical-align: middle;
	width: 300px;
	height: 34px;
}


/* -------------------- */
/* Table Styles */
/* -------------------- */


.fulltable {
	border: solid #666666 1px;
	width: 800px;
}

.pageheader {
	background-image:url('../images/bg_header2.jpg'); 
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	height: 35px;
	vertical-align: middle;
}

.sidebarsetup {
	padding-left: 20px;
	height: 50px; 
	background-image: url('../images/sidebar.jpg'); 
	vertical-align: middle; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	color: #333666;
}

.imgcopy {
	width: 308px;
	text-align: left;
	vertical-align: top;
}

.location_nav {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 60%;
	width: 60%;
}

.location_date {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 60%;
	width: 40%;
}

.contents {
	width: 800px;
	border: 0px;
	text-align: center;
	background-color: #ffffff;
}

.relatedheader {
	width: 200px; 
	text-align: left; 
	vertical-align:top; 
	padding-top:50px; 
	background-image: url('../images/related.jpg'); 
	background-repeat: no-repeat;
}

.serviceimg {
	width: 175px; 
	height: 50px;
}


/* -------------------- */
/* Main Content BG Images */
/* -------------------- */


.contentbg {
	background-repeat: no-repeat; 
	padding-top: 60px; 
	padding-left: 30px; 
	padding-right: 25px; 
	text-align: left; 
	vertical-align: top;
}

.careers {
	background-image: url('../images/careers/bg_careers.jpg');
}

.privacy {
	background-image: url('../images/privacy/bg_privacy.jpg');
}

.contactbg {
	background-image: url('../images/contact/bg_contact.jpg');
}

.profile {
	background-image: url('../images/profile/bg_profile.jpg');
}

.services {
	background-image: url('../images/services/bg_services.jpg');
}

.support {
	background-image: url('../images/support/bg_support.jpg');
}


/* -------------------- */
/* Individual Page IMG's */
/* -------------------- */


.imgplace {
	background-repeat: no-repeat; 
	background-position: top right; 
	vertical-align: bottom; 
	text-align: left; 
	padding-left: 20px; 
	padding-right: 5px; 
	padding-bottom: 5px;
	width: 207px;
}

.largeimgplace {
	width: 525px; 
	background-repeat: no-repeat; 
	background-position: center; 
	vertical-align: bottom; 
	text-align: left; 
	padding-left: 20px; 
	padding-right: 15px; 
	padding-bottom: 5px;
}

.antispam {
	background-image: url('../images/privacy/img_antispam.jpg'); 

}

.regchart {
	background-image: url('../images/profile/regchart.jpg'); 
}

.regform {
	background-image: url('../images/profile/img_regform.jpg'); 

}

.dma {
	background-image: url('../images/profile/logo_dma.jpg'); 
}

.solutions {
	background-image: url('../images/services/consolidation.jpg'); 
}

.regtech {
	background-image: url('../images/services/regtech.jpg');
}

.network {
	background-image: url('../images/services/network_sml.jpg');
}


/* -------------------- */
/* Footer Styles */
/* -------------------- */


.footerbg {
	height: 50px; 
	background-image: url('../images/bg_footer.jpg'); 
	background-repeat: no-repeat;
}

.footerdiv {
	background-image: url('../images/bg_footer02.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	height: 20px;
}

.footer_text {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:60%; 
	color: #808080;
}


/* -------------------- */
/* Hyperlink Styles */
/* -------------------- */


a:link, a:visited, a:active {
	text-decoration: none;
	color: #333666;
}

a:hover {
	text-decoration: underline; 
	color: #ff0000;
}

a.inline:link, a.inline:visited, a.inline:active {
	text-decoration: none;
	color: #0033cc;
}

a.inline:hover {
	text-decoration: underline;
	color: #ff0000;
}

-->