body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.left_bg {
	background-image: url(images/left_bg2.jpg);
	background-repeat: repeat-x;
}
.right_bg {
	background-image: url(images/right_bg2.jpg);
	background-repeat: repeat-x;
}
.inner_bg {
	background-image: url(images/inner_bg.jpg);
	background-repeat: repeat-x;
}

.header_bg	{
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 105px;
}

.nav_bg	{
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

.body_bg	{
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

.inner_body	{
	background-image: url(images/inner_body.jpg);
	background-repeat: repeat-x;
}

.inner_head_bg	{
	background-image: url(images/inner_head_bg.jpg);
	background-repeat: repeat-x;
}
.logos_bg	{
	background-image: url(images/logos_bg.jpg);
	background-repeat: repeat-x;
	height: 56px;
}

.footer_bg	{
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 44px;
}

.shared_sub	{
	background-image: url(images/shared_sub.jpg);
	background-repeat: no-reeat;
	height: 96px;
	width: 760px;
}

.dedicated_sub	{
	background-image: url(images/dedicated_sub.jpg);
	background-repeat: no-reeat;
	height: 96px;
	width: 760px;
}

.header_bg1	{
	background-image: url(images/header_bg1.jpg);
	background-repeat: repeat-x;
	height: 33px;
}
	

td {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
}

.strike {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: line-through;	
}

.blue {
	font-family: Arial;
	font-size: 12px;
	color: #025277;
}

.white {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.blue_header {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #025277;
}

.popup_header {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #025277;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	color: #025277;
	text-decoration:none;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #025277;
	text-decoration:none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
	text-decoration:underline;
}

.red:link {
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
	text-decoration:underline;
}

.red:visited {
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
	text-decoration:underline;
}

.red:hover {
	font-family: Arial;
	font-size: 12px;
	color: #025277;
	text-decoration:underline;
}
.white1:link {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}

.white1:visited {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}

.white1:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ffcc00;
	text-decoration:underline;
}

.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CDCDCD;
	border-left-color: #CDCDCD;
}

