/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	border: 1px solid #596A6C;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000; /* #A8A8A8; */
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

h2 {
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: bold;
	color: #2d4b99;
}

h3 {
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #2d4b99;
}

h4 {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #2d4b99;
}

#LatestNews p {
	font-size: 11px;
}

.text2 {
	text-align: right;
}

.text3 {
	text-align: center;
	color: #D4E0E2;
}

/** LINKS */

a {
	text-decoration: none;
	color: #5C70A4;
}

a:hover {
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
 color:#2d4b99;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** Cards */

#Cards {margin:0 auto 2em auto;}
#Cards img {margin:0 4px;}

/** BACKGROUNDS */

.HeaderTop { background: url(HeaderTop.gif) repeat-x left top; }
.FooterBG { background: url(FooterBG.gif) repeat-x left top; }
#wrapper { background: url(BGFauxWide.gif) repeat-y left top; }
#header { border:0px solid red; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.imgL {
	float: left;
	margin: 3px 15px 0px 0px;
}

.imgR {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

h4 a {
	color: #2d4b99;
}
