@charset "utf-8";
	/* CSS Document */
* {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:100;
	font-style:normal;
	list-style:none;
	}

HTML,
BODY {
	height:100%;
	color:#000;
	}
HTML {
	font-size:100.1%;
	}
BODY {
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	}

A {
	/*color:#1057ae;*/
	color:#00548e;
	}
A:hover {
	color:#e52701 !important;
	border-color:#e52701 !important;
	}
.interiorLink {
	text-decoration:none;
	border-bottom:1px #1057ae dashed;
	}

.textColor1,
.textColor1 A {
	color:#000000;
	border-color:#000000;
	}

.ovHid {
	overflow:hidden;
	}

A IMG {
	border:none;
	}
.clear {
	width:100%;
	height:1px;
	font-size:0;
	line-height:0;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	clear:both;
	}
.shadow {
	width:100%;
	height:100%;
	background:#FFF;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;
	position:fixed;
	top:0;
	left:0;
	z-index:900;
	display:none;
	}

STRONG, STRONG *,
B, B *,
.b, .b * {
	font-weight:900;
	}
SMALL, .small {
	font-size:0.9em;
	}
BIG, .big {
	font-size:1.2em;
	}


/* titles*/
.title1 {
	font-size:1.5em;
	font-weight:900;
	}
.title1 A {
	font-weight:900;
	color:#000;
	}

.title2 {
	font-size:1.2em;
	font-weight:900;
	}
.title2 A {
	color:#000;
	border-color:#000;
	font-weight:900;
	}



/* TEXT STYLE */
.textPage IMG {
	display:block;
	margin-bottom:18px;
	}

.default {
	font-size:12px;
	line-height:14px;
	color:#4d4d4d;
	padding:0 11px;
	margin:0 0 10px;
	}

.default H1, .default .h1 {
	font-weight:100;
	font-size:2em;
	margin-bottom:18px;
	}
.default H2, .default .h2 {
	font-weight:900;
	margin:0.2em 0 0.4em;
	}
.default H3, .default .h3 {
	font-weight:900;
	}
.default H4, .default .h4 {
	font-weight:900;
	}
.default H5, .default .h5 {
	font-weight:900;
	}

.default p, .default .p {
	margin:0 0 1.2em;
	}

.default STRONG {
	color:#1157af;
	font-weight:100;
	}

.default LI {
	margin:0 0 0.85em;
	}
.default UL,
.default OL {
	margin:1.2em 0;
	}
.default UL LI {
	background:url(/img/list_style.gif) no-repeat 1px 0.5em;
	padding-left:10px;
	}
.default OL LI {
	list-style:decimal;
	list-style-position:inside;
	}


.default TABLE {
	margin-bottom:1em;
	}

.default .silver {
	color:#616161;
	}
















