@charset "UTF-8";
/* LAYOUT */
html,
body {
	background:#FFFFFF;
	width:100%;
}

html,
body, 
input, 
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:#000000;
}

/* LINKS */
a, 
a:link, 
a:visited {
	 color:#00AAD7; 
	 text-decoration:none;
}
a:hover	{ 
	text-decoration:underline;
}

a.green, 
a.green:link, 
a.green:visited {
	 color:#74B64A; 
	 text-decoration:none;
}
a.green:hover	{ 
	text-decoration:underline;
}


/* TEXT */
p {
	line-height:16px;
	margin-bottom:15px;
	text-align:left;
}

h1 {
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	margin:10px 0 15px 0;
	text-transform:uppercase;
	color:#00AAD7;
}

h1.green {
	color:#74B64A;
}	

h2 {}

h3 {}

h4 {}

ul {
	list-style:disc;
	list-style-position:outside;
	margin:5px 0 5px 15px;
}

li {
	margin-bottom:10px;
	line-height:16px;
}

textarea {
	margin-bottom:15px;
}
/* RULERS */
hr {}

/* CUSTOM */
.right { 
	float:right;
}

.left { 
	float:left;
}

img.center {
	text-align:center;
}

.hidden {
	display:none;
}

.wrapper {
	position:relative;
}
