
/********* ELEMENTS ************/
body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	margin:20px 0px 0px 0px;
	padding:0px;
}
h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0px 0px 10px;
	margin:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	color: #006FB1;
	font-size: 14px;
	font-weight: bold;
	margin:0px 0px 15px 0px;
	padding: 0px;
}
h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding: 6px 0px 0px 5px;
}
p {
	margin:0px 0px 0px 0px;
	padding:0px;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
input {
	border: 1px solid #CCC;
	color: #555;
	font-family: verdana;
	font-size: 11px;
	padding:2px;
}
select {
	border: 1px solid #CCC;
	color: #555;
	font-family: verdana;
	font-size: 11px;
	
}
textarea {
	border: 1px solid #CCC;
	color: #555;
	font-family: verdana;
	font-size: 11px;
	padding:2px;
}
.inputBox {
	background-color: #000033;
	color: #CCCCCC;
	border:1px solid #CCCCCC;
	padding: 3px;
}

/********* LINKS ************/
a.smallLink {
	font-weight: bold;
	font-size: 10px;
	font-family: verdana;
	color: #006699;
}
a.smallLink:hover {
	color: #333;
	text-decoration: underline;
}
a.whiteLink {
	color: #fff;
	text-decoration: none;
}
a.whiteLink:hover {
	color: #fff;
	text-decoration: underline;
}
.upperlink {
	font-weight: bold;
	color: #CC9933;
	padding: 0px;
}
.upperlink:hover {
	font-weight: bold;
	color: #CC9933;
}

/********* STILOS ************/
.whiteHeadTitle {
	font-size: 18px;
	color: #fff;
	padding-left: 5px;
}
.footer {
	background-position: top;
	background-image: url(../imgs/bodyFoot.gif);
	background-repeat: no-repeat;
	padding: 35px 20px 15px 0px
}
.bodyPadding {
	padding: 20px;
}
.enum {
	color: #004499;
	padding: 0px;
}
.title {
	color: #006FB1;
	padding: 0px;
}
.submit_link {
	margin-right:60px;
	background:none;
	border:none;
	color:#000033;
}
.submit_link:hover {
	color:#0000CC;
}
