 @charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body {
	font:13px/27px Arial,sans-serif;
	color:#333333;
	background-color:#fff;
}
hr {
	border:0;
	background-color:#ccc;
	height:1px;
	margin:8px 0;
}
span {
	line-height:normal;
}
a {
	color:#304fa0;
	cursor:pointer;
	text-decoration:none;
}
a img {
	border:0;	
}

a:hover {
    text-decoration:underline;
}
h1 {
    color:#333333;
    margin:8px 0;
    text-shadow:0.1em 0.1em 0.2em #CCCCCC;
}
td, th {
	text-align:left;
	vertical-align:top;
	padding:0 10px;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}
td img, th img, td span, input[type="image"], li img, a img{
	vertical-align:middle;
}
p {
	line-height:1.7em;
}
option {
	padding: 2px 4px;	
}
optgroup {
	font-weight: bold;
	font-style:normal;
}
textarea {
	font-size:inherit;
    width:97%;
	padding:4px 6px;
	color:#333333;
	font-family: Arial,sans-serif;
	font-size:15px;
}
fieldset {
	padding: 0 8px;	
	border: 1px groove;
}
legend {
	padding: 0 6px 0 0;	
}
/* -------------- CLASSES -------------*/
.unselectable {
	-moz-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-o-user-select:none;  
}
.center {
	margin:0 auto;
	text-align:center;
}
.noborder {
	border: 0;	
}
.cursor {
	cursor:pointer;	
}