@charset "utf-8";
/* CSS Document */
html, body
{
	margin: 0;
	height: 100%;
	overflow: auto;
}

#Page_Frame
{
	width: 601px;
	height: 480px;
	left: 0px;
	overflow-x: none;
	overflow-y: scroll;
	/* background-color:#ACACAC; */
	background-color: #F5F5F5;
	background-image: url(images/bg_xfade.gif);
	background-position:left;
	background-repeat: repeat-y;
	z-index: 1;
}

.tblBorder
{
	border-color: #000;
	border-style: solid;
	border-width: thin;

}

.copyrighttext
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	text-align: center;
	font-weight: bold;
}

.top_button
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: navy;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	text-transform: uppercase;
	color: #900;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #30C;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.class1
{
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
	font-size: 18px; 
	color: #300; 
	text-align: center; 
	font-weight: bolder;
}

.class2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #030;
	text-align: center;
	font-weight: bolder;
}

.class3
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #C30;
	font-size: 28px;
	text-align: center;
}

.class4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	text-align: center;
}

.class5
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-left: 25px;
	color: #124713;
	font-weight: bold;
}

.selfservice
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}

a
{
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: inherit;
	border: none;
}

a:hover
{
	text-decoration: underline;
}

.content
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 25px;
}

legend
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003;
}

.small_text
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003;
	text-align:center;
}
