/* Consortia CSS File */
body {
	margin: 0px;
	font-family: "Trebuchet MS";
}

img {
	border: 0px;
}

/* Home page specific */
table.home {
	border: 0px;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	height: 0px;
}

td.home_top {
	background-color: #656869;
	height: 66%;
	color: White;
	font-weight: bold;
	font-size: 16px;
}

td.home_bottom {
	background-color: #AAADAE;
	height: 34%;
	color: White;
	font-size: 16px;
	padding-left: 20px;
}

div.home_tag {
	position: relative;
	top: 0px;
	color: White;
}

div.home_reg {
	font-size: 12px;
	position: relative;
	top: 60px;
}

div.home_logo {
	position: relative;
	bottom: 45%;
}

div.home_nav {
	position: relative;
	bottom: 20px;
}

td.home_contact {
	color: White;
	font-size: 11px;
	width: 40%;
	height: 130px;
}

a.home:link {
	text-decoration: none;
	color: White;
}

a.home:visited {
	text-decoration: none;
	color: White;
}

a.home:hover {
	text-decoration: underline;
	color: White;
}

a.home:active {
	text-decoration: none;
	color: White;
}

/* General */
table.main {
	border: 0px;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

td.main_txt_box {
	padding-top: 16px;
}

td.header {
	color: White;
	font-size: 30px;
	background-color: #646869;
}

td.header_print {
	color: White;
	font-size: 30px;
	background-color: #646869;
	padding-left: 10px;
}

td.footer {
	background-color: #646869;
	color: White;
	font-size: 14px;
	padding-left: 30px;
}

td.left_col {
	background-color: #A9ADAE;
	padding: 6px;
	color: White;
	font-size: 16px;
}

.tiny {
	color: White;
	font-size: 12px;
	font-weight: normal;
}

td.main_panel {
	color: #646869;
	font-size: 12px;
	padding: 4px;
}

.txt_inner_title {
	font-weight: bold;
}

a.print:link {
	text-decoration: underline;
	color: #646869;
}

a.print:visited {
	text-decoration: underline;
	color: #646869;
}

a.print:hover {
	text-decoration: underline;
	color: #646869;
}

a.print:active {
	text-decoration: underline;
	color: #646869;
}

td.contact {
	color: White;
	font-size: 12px;
}

a.contact:link {
	text-decoration: underline;
	color: White;
}

a.contact:visited {
	text-decoration: underline;
	color: White;
}

a.contact:hover {
	text-decoration: underline;
	color: White;
}

a.contact:active {
	text-decoration: underline;
	color: White;
}

.large_text {
	font-size: 16px;
	font-weight: bold;
}

td.links {
	padding: 6px;
	color: White;
	font-size: 14px;
}

a.links:link {
	text-decoration: underline;
	padding: 6px;
	color: White;
	font-size: 14px;
}

a.links:visited {
	text-decoration: underline;
	padding: 6px;
	color: White;
	font-size: 14px;
}

a.links:hover {
	text-decoration: underline;
	padding: 6px;
	color: White;
	font-size: 14px;
}

a.links:active {
	text-decoration: underline;
	padding: 6px;
	color: White;
	font-size: 14px;
}

/* News */
.news_txt {
	font-size: 12px;
	color: #646869;
	text-align: justify;
}

.news_title {
	font-size: 14px;
	font-weight: bold;
	color: #646869;
	text-align: center;
}

.news_italic {
	font-size: 12px;
	font-style: italic;
	color: #646869;
	text-align: justify;
}

.news_inner_head {
	font-size: 12px;
	font-weight: bold;
	color: #646869;
	text-align: justify;
}

.news_footer {
	font-size: 9px;
	color: #646869;
}