body {
	background-image: url('../images/layout/background.png');
	background-position: no-repeat;
	background-color: #0071bc;
	text-align:center;
}

body, td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}
.clear {
	clear: both;
}
ul.double_arrow {
	padding: 0px;
	margins: 0px;
	list-style-type: none;
}
ul.double_arrow li {
	background-image: url('../images/bullett.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

.signupweb {
	background-image: url('../images/layout/signup.png');
	background-repeat: no-repeat;
	width: 486px;
	height: 41px;	
	text-align: center;
	padding-top: 5px;
}

.signupweb a:link, .signupweb a:visited, .signupweb a:active, .signupweb  a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.signupweb a:hover{
	color: #000;

}



.longsignupweb {
	background-image: url('../images/layout/long-btn.png');
	background-repeat: no-repeat;
	width: 700px;
	height: 41px;	
	text-align: center;
	padding-top: 5px;
}

.longsignupweb a:link, .longsignupweb a:visited, .longsignupweb a:active, .longsignupweb  a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.longsignupweb a:hover{
	color: #000;

}


.highlight {
	font-weight: bold;
	color: #F06;
}
.highlight_blue {
	font-weight: bold;
	color: #06C;
}
p.to_top {
	text-align: center;
}

a:link, a:visited, a:active, a{
	color: #0000BB;
	font-size: 14px;
	text-decoration:underline;
	line-height: 18px;
}

a:hover{
	color: #ee0773;
}

#footer a:link, #footer a:active, #footer a {
	color: #ffffff;
	text-decoration:underline;
}

#footer a:hover {
	color: #e4e4e4;
}

