body {
	background-color: #222222;
	background-image: url(images/international.gif);
	background-position: 0px 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 135%;
}
.main {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	text-align: justify;
}

#signup-btn {
	width: 170px;
	height: 95px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(images/signup-btn.png) no-repeat left top;
	display: block;
	margin: 0;
	border: none;
}
#signup-btn:hover {
	background: url(images/signup-btn.png) no-repeat left -95px;
	border: none;
}



td.main_content {
	background-color: #FFFFFF;
	background-image: url(images/main_content.jpg);
	background-repeat: no-repeat;
}
.padit {padding-top: 3px;}

.header {
	color: #0066CC;
	font-weight: bold;
}
.header2 {
	color: #333333;
	font-weight: bold;
}
.header3 {
	color: #478ACC;
	font-weight: bold;
}
.copyright {
	color: #555555;
	font-size: 10px;
}
.pad3 {
	padding: 3px;
}
.colored {color: #666666;}

ul {
	line-height: 150%;
	list-style-position: outside;
	color: #0066CC;
}
ul li {
	list-style-type: disc;
}
ul ul li {
	list-style-type: circle;
}
.border {
	border: 1px solid #999999;
}

.right_side {
	float: right; margin-left: 10px; margin-top: 3px;
}

.lefty {
	float: left; 
	margin: 0px 10px 3px 0px;
	border: 1px solid #999999;
}

.right_side_border {
	float: right;
	margin: 0px 0px 3px 10px;
	border: 1px solid #999999;
}


a {color: #003399; font-family: Verdana, sans-serif;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {color: #0066CC; text-decoration: underline;}
a:active {color: #0066CC; text-decoration: underline;}

a.news {font-size: 13px; color: #0066CC; font-family: Verdana, sans-serif; font-weight: bold;}
a.news:link {text-decoration: none;}
a.news:visited {text-decoration: none;}
a.news:hover {color: #003399; text-decoration: underline;}
a.news:active {color: #003399; text-decoration: underline;}

a.credit {color: #555555; font-family: Verdana, sans-serif; font-size: 10px;}
a.credit:link {text-decoration: none;}
a.credit:visited {text-decoration: none;}
a.credit:hover {color: #333333; text-decoration: underline;}
a.credit:active {color: #333333; text-decoration: underline;}


