/* ----- CSS ----- */
html, body{
padding: 0px;
margin: 0px;
font-size: 100%; 
}

.background
{
	background-color: Gainsboro;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.frame_background
{
	background-color: Gainsboro;
}
.tab_body
{
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
}

p.main_heading
{
	font-family: "Arial", "Arial Helvetica", sans-serif;
	font-size: 36px;
	text-transform: none;
	color: DarkSlateGray;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	font-variant: normal;
	padding-left: 30px;
}

p.sub_heading
{
	font-family: "Arial", "Arial Helvetica", sans-serif;
	font-size: 18px;
	text-transform: none;
	color: DarkSlateGray;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-left: 30px;
}

p.sub_heading_1
{
	font-family: "Arial", "Arial Helvetica", sans-serif;
	font-size: 13px;
	text-transform: none;
	color: WhiteSmoke;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-left: 30px;
}
p.sub_heading_2
{
	font-family: "Arial", "Arial Helvetica", sans-serif;
	font-size: 12px;
	text-transform: none;
	color: DarkSlateGray;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-left: 30px;
}

p.body_text
{
	font-family: "Arial", "Arial Helvetica", sans-serif;
	font-size: 14px;
	text-transform: none;
	text-align: justify;
	color: DarkSlateGray;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

p.menu
{
	font-family: "Arial", "Arial Helvetica", sans-serif;
	font-size: 15px;
	text-transform: none;
	color: DarkSlateGray;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-left: 6px;
	padding-right: 5px;
	padding_top: 0px;
	padding-bottom: 0px;
}

p.body_heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: none;
	text-align: justify;
	color: DarkSlateGray;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

p.link_heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: none;
	text-align: justify;
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

a.internal
{
	text-decoration: none;
}

a:link
{
	color: DarkSlateGray;
	text-decoration: none;
}

a:visited
{
	color: DarkSlateGray;
	text-decoration: none;
}

a:hover
{
	color: LightSeaGreen;
	text-decoration: none;
}

