body {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.textbox {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #CCC;
	padding: 2px;
}

.button {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #FFF;
}

.main_bg {
	background-image:  url("images/panel_main.gif");
	background-repeat: repeat-x;
	height: 30px;
}

.text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #d3f3ff;
	padding: 4px;
	line-height: 1.5;
}

.main_headings {	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 4px;
}

.tbl {
	border: 1px solid #000;
}

.main_headings a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.main_headings a:visited {	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.main_headings a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.main_headings a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0690f7;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0690f7;
	text-decoration: none;
}

a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0690f7;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0690f7;
	text-decoration: underline;
}

.nav_td {
	background-color: #d6d6d6;
	border-right: 1px solid #000;
	padding: 4px;
}
	