@CHARSET "utf-8";
body {
	background-image	: url(images/bg.gif);
	background-repeat	: repeat-x;
	background-color	: #252E7D;
	font-family 			: Arial;
	color							: FFFFFF;
	font-size					: 0.9em;
}

img {
	border:none;
}

table {
	border:none;
}
td {
	font-family 			: Arial;
	font-size					: 0.9em;
}

a {
	color : #FFFFFF;
	font-weight: bold;
}
a:hover {
	color : #D40000;
}

a.menu {
	margin	: 0 6px 0 6px;
	color		: #FFFFFF;
	font-size				: 13px;
	font-weight			: bold;
	text-decoration : none;
	text-transform	: uppercase;
}
a.menu:hover {
	color : #252E7D;
}

h1 {
	font-size : 1.4em;
}
h2 {
	font-size : 1.2em;
}
textarea, input {
	font-family : Arial;
}

div.partner {
	text-align : center;
	margin		 : 10px 30px 10px 0;
	height		 : 90px;
	width			 : 130px;
	float			 : left;
}
