/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

table.program tr
{
	border-bottom:dotted black 1px;
}

.copy
{
	font-size: 0.8em;
	text-align: right;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/*body
{
	background: #fffefa;
	color: black;
	font-size: 14px;
	font-family: Sans, serif;
	padding: 0px 0 40px 0;
}*/

a
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

.menu
{
	padding: 0 0px 0px 0px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.logo_box a, .menu a
{
	text-decoration: none;
}

.logo_box a:hover, .menu a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Sans, serif;
	font-weight: normal;
	text-align: left;
}

h2
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin: 0;
	padding: 0;
}

h3
{
	font-family: Sans, serif;
	font-weight: 600;
	text-align: left bottom;
	margin: 0 0 3px 0;
	padding: 0;
}

p
{
	padding: 0;
	text-align: justify;
}

.logo_box
{
	background: #fffefa;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	margin:10px 0;
	vertical-align: middle;
	height: 80px;
}

.container_12
{
	background: #fff url(img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.cont_16
{
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 980px;
}

.container_11
{
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 660px;
}

.container_5
{
	float: right;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	width: 300px;
}

.line
{
	background: #041c27;
	height: 8px;
	font-size:1pt;
	margin-bottom:5px;
}

.mline
{
	background: #041c27;
	height: 8px;
	font-size:1pt;
	margin-bottom:0px;
}

.tline
{
	background: #041c27;
	height: 3px;
	font-size:1pt;
	margin-top:2px;
	margin-bottom:5px;
}

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #fffefa;
	color: black;
	font-family: Sans, serif;
	padding: 0px 0 40px 0;
}

a:focus {
	outline: 1px dotted invert;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

ul li {
	margin-left: 45px;
}

p,
dl,
hr,
h1,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

