@charset "UTF-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Home {
	font-size: 22px;
}

.grey {
	font-size: 12px;
	color:#666633;
}
.grey_title {
	font-size: 20px;
	color:#666633;
}

.Home_large {
	font-size: 20px;
}
.Partners {
	font-size: 16px;
	color:A3A29B;
}

.Footer {
	font-size: 11px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/wallpaper_tear.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:100%;

}

html {
height:100%;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
		outline: none;

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

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

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

}
.Footer_a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer_a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Footer_a:hover {
	text-decoration: none;
	color: #A3A29B;
}
.Footer_a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.Footer2_a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer2_a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Footer2_a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.Footer2_a:active {
	text-decoration: none;
	color: #FFFFFF;
}


input.btn{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	background:none;
	font-size: 12px;
	color: #FFFFFF;
width:300px;
height: 20px;
cursor: pointer; /* hand-shaped cursor */
}
input.btn:hover{
	font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
border: none;
	background:none;
	font-size: 12px;
	color: #A3A29B;
width:300px;
height: 20px;
cursor: pointer; /* hand-shaped cursor */

}

.textfield
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
width: 297px;
height: 17px;
border:none;
padding:3px 0 0 3px;
}

-->
