/***********************************************/
/* aoi.css                           */
/***********************************************/

body{
	font-family:"lr oΎ©", "ΧΎ©Μ", "qMmΎ© Pro W3";
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../bg_grad.jpg);
	font-size: 14pt;
}

.style1{
	font-size: 14pt;
}

.style2{
	font-size: 12pt;
}

.style3{
	font-size: 10pt;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 100% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	color: #006600;
	margin: 0px;
	padding: 0px;
	font-family: "lr oΎ©", "ΧΎ©Μ", "qMmΎ© Pro W3";
	font-size: 16pt;
	font-weight: bold;
}

h4{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: "lr oΎ©", "ΧΎ©Μ", "qMmΎ© Pro W3";
	font-size: 14pt;
	font-weight: bold;
}

h5{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: "lr oΎ©", "ΧΎ©Μ", "qMmΎ© Pro W3";
	font-size: 12pt;
	line-height: 1.166;
}

p{
	font-family: "lr oΎ©", "ΧΎ©Μ", "qMmΎ© Pro W3";
	font-size: 14pt;
	line-height: 1.166;
	color: #000099;
}

div{
	padding-left: 50px;
}

.line .style4 {
	font-family: "lr oΎ©", "ΧΎ©Μ", "qMmΎ© Pro W3";
	font-size: 12pt;
	background-color: #99CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}


/*************** s styles ******************/

.s {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.s h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.s p {
	padding: 0px 0px 10px 0px;
}


td line@{
	padding-right: 12px;
	border: thin solid #000000;
	font-family: "lr oΎ©", "ΧΎ©Μ", "qMmΎ© Pro W3";
	font-size: 12pt;
}


/********************* end **********************/
