a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}
.base {
	background-color: #130155;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
}
.base a {
	font-weight: bold;
	color: #FFFFFF;
}
.base a:hover {
}
body {
	margin: 0px;
	background-color: #EEEEEE;
}
body, input, select, table, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: "Palatino Linotype";
	font-size: 24px;
	color: #372770;
	font-variant: small-caps;
}
/*h2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font:normal 10px;
	text-transform: uppercase;
	color: #666666;
}*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #070064;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px dashed #CCCCCC;
	padding-top: 3px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	padding-top: 5px;
}
h5 {
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Franklin Gothic Medium";
	font-size: 22px;
	margin: 0px;
}
h6 {
	font-size: 15px;
	font-family: "Palatino Linotype";
	color: #990000;
}
.logo {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #070064;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 8px;
	padding-right: 100px;
}
.main_cell {
	background-image: url(images/column.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 15px 20px 20px;
}
.main_table {
	background-color: #FFFFFF;
}
.main_table_ls {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #130155;
	background-color: #EEEEEE;
	background-image: url(images/bg_shadow_ls.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.main_table_rs {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #130155;
	background-color: #EEEEEE;
	background-image: url(images/bg_shadow_rs.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.nav {
	background-color: #EEEFF0;
	padding-left: 20px;
	font-family: "Palatino Linotype";
	font-size: 17px;
	font-weight: bold;
	color: #990000;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.nav a {
	color: #990000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.nav a:hover {
	color: #FFFFFF;
	background-color: #990000;
}
.post-footer, .post-footer em {
	font:normal 10px "Georgia", Times New Roman, Times, serif;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
}
