﻿/* CSS Document */

body,td,th {
	font-family: Arial, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	color: #000;
}
body {
	font-size:12px;
	background-color: #FFF;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
p  { padding: 0.5em; margin: 0; font-size: 12px; }
h1 { padding: 0.5em; margin: 0; font-weight: normal; }
h2 { padding: 0.5em; margin: 0; font-weight: bold; }
ul { padding-right: 1em; text-align: left; margin-bottom: 1em; }
.clearer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #00CC00;
}
a:active {
	color: #003399;
}
.home {
	width: 100% !important;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../Img/page/back.png) no-repeat top left;
}
.siteContainer {
	width:746px;
}	
*html .siteContainer{
	width: auto;
}	
.column {
	background-image:url(../Img/column.png);
	background-repeat:no-repeat;
	background-color:#C7C7C7;
	height:100%;
	width: 208px;
	white-space: nowrap;
}
.content {
	width:535px;
}

.mini {
	font-size: 90%;
	font-weight:500;
}
.title {
	font-size: 180%;
	font-weight:600;
	color:#003399;
	letter-spacing:-1px;
}
.subTitle {
	font-size: 120%;
	font-weight:600;
	letter-spacing:0px;
}
.padded {
	padding:10px;}
	
.copyright {font-size:55%; letter-spacing:0px}