@CHARSET "UTF-8";


body {
	margin: 0;
	padding: 0;
	background:  #000; /* url('../images/bknd.jpg')repeat-x; */
}

body, td {
	color: #000;
	font-family: "Arial", "Lucidia Grande", Verdana, Arial, helvetica;
	font-size: 16px;
	line-height: 24px;
}

h1 { font-size: 22px; line-height: 28px; }
h2 { }
h3 { }
h4 { }

h1.blue {
	color: #2ea5e2;	
}

h1.green {
	color: #84c225;	
}

h1.orange {
	color: #ff6600;	
}

a {
	color: #fff;	
}

.noborder {
	border: none;	
}

.rounded {
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;
	
}

.rounded-bottom {
	-moz-border-radius-bottomright: 20px;	
	-moz-border-radius-bottomleft: 20px;	
}

p.first {
	marign-top: 0;
}

label, li.radio p {
	font-size: 14px;
}
