/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
}
a, a:visited {
	color:#169dcf;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}
a:focus {
	outline: 1px dotted invert;
}

.side a.bigLink, .side a.bigLink:visited {
	color:#169dcf;
	text-decoration:none;
}

.side a.bigLink:hover, .side a.bigLink:active {
	color:#000;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.blue {
	color:#169dcf
	}
ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 20px;
	margin-bottom:10px
}

p {
	text-align:justify
	}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
.side big {
	display:block;
	color:#dc3151;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	background:url(/css/img/big_bg.png) bottom repeat-x
	}
#middle h1,
#middle h2,
#middle h3 {
	color:#dc3151;
	font-size:18px;
	font-weight:normal
	}
#middle h2,
#middle h3 {
	font-size:15px;
	font-weight:bold
}
#middle p,
#middle li {
	font-size:13px;
	line-height:18px
	}
.side a {
	text-decoration:none;
	color:#000
	}
.side a:hover, 
.side a:active {
	color:#169dcf
	}
.side .box big {
	background:none;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px !important;
	padding-bottom:0 !important
	}
.side .box p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	margin-bottom:5px !important
	}
.side .box a {
	color:#f00;
	text-decoration:underline;
	font-weight:bold
	}
#footer p {
	text-align:center;
	margin:0 auto;
	font-size:9px;
	color:#979797
	}
#footer a,
#footer a:visited {
	color:#979797
	}
#footer a:hover,
#footer a:active  {
	color:#169dcf
	}


	div.frame-container {
		margin:11px auto
}

div.frame {
	text-align:center;
	margin: 0;
	padding: 0
	}
div.frame h1 {
	margin:0px auto;
	color:#dc3151;
	font-size:12px;
	font-weight:bold;
	padding-top: 0px
	}
div.frame p {
	margin:0px auto 5px auto;
	text-align:center;
	color:#575757;
	font-size:11px;
	line-height:15px
	}

