
html,body {
	padding: 10 0 0 0;
	margin: 0 0 0 0;
	background-color:#346699;
}

body, td, input {
	font-family:Arial;
	font-size:12px;
	color:black;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

h4 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0px;
	color:#437AB3;
	font-size:14px;
	text-transform : uppercase;
}

h5 {
	font-size:16px;
	/*color:#3399CC;*/
	color:#437AB3;
}

h6 {
	font-size:14px;
	margin:0 0 10 0;
}


a {
	text-decoration:none;
	color:#1F47BB;
}

a:hover {
	text-decoration:underline;
	color:#1F47BB;
}

table.normal {
	width:auto;
}


img {
	border:0px;
}

.error {
	color:red;
	font-weight:bold;
}

.required {
	font-weight:bold;
}

.bigger {
	font-size:14px;
}

#footerhomepage a:link {  text-decoration: none; color: #FFFFFF}
#footerhomepage a:visited {  text-decoration: none; color: #FFFFFF}
#footerhomepage a:hover {  text-decoration: underline; color: #FFFFFF}
#footerhomepage a:active {  text-decoration: none; color: #FFFFFF}

/* Divs */

.floatingbluebars {
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	margin:20 0 20 0;
}

.small, .small a {
	font-size:11px;	
}

.big, .big a {
	font-size:14px;
}

