/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 140%;
	font-family: inherit;
	text-align: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
	}
	
	
html, body {
	width: 100%;
	height: 100%;
	}

/*   
Scroll if it  floats
*/

*+html #center .content .attach  {
	


	}


body {
	color: #375D9C;
	font-size: 13px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background: #EBEDF2;
	float: left;

}

form * {
	vertical-align: middle;
	}
img {
	border: 0;
	}

.section img {
	border: 1px solid #D3D8EB;
	padding: 4px;
	margin: 0 5px;
	}

.table td, .table th {
	padding: 3px 5px;
	bordeR: 1px solid #D3D8EB;
	}
table {
	border-collapse: collapse;
	clear: both;
	}
	

a {
	text-decoration: none;
	color: #4C4F60;
	color: #375D9C;
}

a:hover {
	color: black;
	}


a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);

	}	

#main ul, #main ol {
	margin-left: 30px;
}

#main li {
	margin: 2px 0;
	}

p {
	margin: 5px 0;
	text-align: justify;	
	}
strong {

	}
	


h3 {
	font-size: 1.1em;
	margin: 10px 0;
	text-transform: uppercase;
	}

h4 {
	font-size: 11px;
	color: #004A96;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	
	}
h5 {


	}

.control {
	cursor: pointer;
	cursor: hand;
}



button {
	overflow: visible;
	padding: 0.1em 0.2em;
}

.lefted {text-align: left;}
.centered {text-align: center;}
.righted {text-align: right;}