@CHARSET "ISO-8859-15";

/*
* Reset
*/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
em, img, small, strike, strong, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*
* IE fix
*/

#IE6root ul,
#IE6root ol { /* for IE6 */
		overflow: visible;
		height: 1%;
}


/*
* add permanent Scrollbar
*/
html { 
	height: 100% 
}

body {
	min-height: 101%;
	background:#FFF;
	background-image:url(/images/background.gif);
	background-repeat: repeat-x;
	color: #30448E;
	font-family: verdana;
	font-size: 13px;
}

ul{
	list-style:none;
}

li{
	margin-bottom: 5px;
}

a, a:visited, a:active{
	color:#1A2D74;
}

a:hover{
	color:#050F33;
}

p{
	margin: 10px 0;
}
