.header a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	line-height: 5px;
	color: #fff;
}

.header a:hover {
	text-decoration: underline;
}

.header p {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	line-height: 5px;
	color: #fff;
}

.header {
	text-align: center;
	background-color: #0055a5;
	height: 50px;
	width: 250px;
}

.line {
	background-color: #ff9900;
	font-size: 1px;
	height: 1px;
}

.line1 {
	background-color: #ff9900;
	font-size: 1px;
	height: 15px;
}

.copyright {
	text-align: left;
	padding-top: 5px;
	color: #0055a5;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial;
	width: 60%;
}

.counters {
	text-align: right;
	width: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.copyright a {
	color: #0055a5;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.content {
	height: 100%;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	font-family: Arial;
	background-color: #fff;
}

.content a {
	font-size: 13px;
	font-family: Arial;
	color: #0055a5;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
}

.menu {
	width: 80%
}

.menu td {
	width: 50%;
	text-align: left;
	padding: 10px;
}

.menu td a {
	font-size: 13px;
	font-family: Arial;
	color: #0055a5;
}

.menu td a:hover {
	text-decoration: none;
}

.menu_td {
	background-color: #b9d5ed;
	width: 550px;
}

.footer {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #b9d5ed;
}

.maintable {
	width: 100%;
	height: 100%;
	border-left: #0055a5 1px solid;
	border-right: #0055a5 1px solid;
	border-top: #0055a5 1px solid;
	border-bottom: #0055a5 1px solid;
}

.text {
       font-size: 13px;
       font-family: Arial;
}

h1 {
    font-weight: bold;
    font-size: 18px;
    font-family: Arial;
}

h2 {
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
}

span.index {
    right: 0;
    text-align: right;
    position: absolute;
    color: #0055A5;
    /*width: 20px;*/
}

.left {
    text-align: left;
    position: relative;
    /*width: 330px;*/
    min-width: 255px;
    padding-right: 20px;
}
