.paraTitle {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: blue;
}
.paraTitle {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: blue;
}
td {
	font-family: tahoma;
	font-size: 12px;
	color: #202020;
	line-height: 14px;
}
a {
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
a:hover {
	text-decoration: none;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: black;
}
.a_menu {
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}
.a_menu:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 13px;
	color: blue;
	text-transform: uppercase;
}
.a_submenu {
	text-decoration: none;
	font-weight: normal;
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-transform: captilize;
}
.a_submenu:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: tahoma;
	font-size: 10px;
	color: orange;
	text-transform: captilize;
}
.a_index {
	text-decoration: none;
	font-weight: normal;
	font-family: tahoma;
	font-size: 12px;
	color: white;
	line-height: 14px;
	text-transform: capitalize;
}
.a_index:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: tahoma;
	font-size: 12px;
	color: red;
	line-height: 14px;
}
.a_adminmenu {
	text-decoration: none;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: white;
}
.a_adminmenu:hover {
	text-decoration: none;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: orange;
}
input, select, radio {
	text-decoration: none;
	font-family: tahoma;
	font-size: 10px;
	color: gray;
}
textarea {
	text-decoration: none;
	font-family: tahoma;
	font-size: 10px;
	color: gray;
}
