/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.page_heading {
	color: #43738d;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.sub_heading {
	color: #646261;
	font-size: 11px;
	font-family: tahoma;
}
.para_start {
	color: #43738d;
	font-size: 9px;
	font-family: tahoma;
	font-weight: bold;
}
.special_font {
	color: #7da6b8;
	font-size: 9px;
	font-family: tahoma;
	font-weight: bold;
}
.normal_font {	color: #f3ede4;
	font-size: 9px;
	font-family: tahoma;
	font-weight: bold;
}

.top_navigation {
	color: #7da6b8;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	padding-left:25px;
}

.top_navigation a:hover {
	color: #7da6b8;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:underline;
	letter-spacing:3px;
}

.top_navigation a {
	color: #7da6b8;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}


.link {
	color: #7da6b8;
	font-size: 9px;
	font-family: tahoma;
	font-weight: bold;

}
.link a {
	color: #7da6b8;
	font-size: 9px;
	font-family: tahoma;
	text-decoration:none;
}

.link a:hover {
	color: #7da6b8;
	font-size: 9px;
	font-family: tahoma;
	text-decoration:underline;
}

.button
{
	font-size: 9px;
	font-family: tahoma;
	font-weight: bold;
	height:20px;
	color: #7da6b8;
}

