/* CSS Document */
	<style type="text/css">
	<!--
		a:link {color:#330066; font-family: "Verdana"; text-decoration:none;}
		a:visited {color:#330066; font-family: "Verdana"; text-decoration:none;}
		a:active {color:#000000; font-family: "Verdana"; text-decoration:none;}
		a:hover {color:#000000; font-family: "Verdana"; text-decoration:underline;}

		a.index:link {color:#330066; font-family: "Verdana"; text-decoration:none;font-size: 11px;}
		a.index:visited {color:#330066; font-family: "Verdana"; text-decoration:none;font-size: 11px;}
		a.index:active {color:#FFFFFF; font-family: "Verdana"; text-decoration:none;font-size: 11px;}
		a.index:hover {color:#FFFFFF; font-family: "Verdana"; text-decoration:none;font-size: 11px;}
		
			p{
			font-family: "Verdana";
			font-size: 11px;
			color: #333333;
			}
		p.center{
			font-family: "Trebuchet MS";
			font-size: 12px;
			color: #FFFFFF;
			text-align: "Center";
			font-weight: bold;
		}
		h3{
			font-family: "Century Gothic, Trebuchet MS, Verdana";
			color: #000033;
			font-family: "Trebuchet MS";
			font-weight: bold;
		}
		h6{
			font-family: "Century Gothic, Trebuchet MS, Verdana";
			font-size: 22px;
			color: #333333;
			text-align: "Center";
			font-weight: bold;
		}
		ul{
			list-style-type: square;
			font-family: "Verdana";
			font-size: 11px;				
			color: #333333;
		}
		td{
			font-family: "Verdana";
			font-size: 10px;
			color:#333333;
		}				

		td.title{
			font-family: "Century Gothic, Verdana ";
			font-size: 12px;
			font-weight: bold;
			color: #FFFFFF;
			background-color:#8D67AC;
		}				

		td.titleA{
			font-family: "Century Gothic, Verdana ";
			font-size: 12px;
			font-weight: bold;
			color: #333333;
			background-color:#BBBBDC;
		}				

		td.titleB{
			font-family: "Century Gothic, Verdana ";
			font-size: 12px;
			font-weight: bold;
			color: #3333333;
			background-color:#BBBBDC;			
		}				

		Input.buttom {
				background-color: "#663399";
				border-color: "#9933FF";
				font-family: "Verdana";
				color: "#FFFFFF";
				font-weight: bold;
				font-size: 11px;
			}

		Input.text {
				color: "#003366";
				border-color: "#99CCFF";
				font-family: "Verdana";
				font-weight: bold;
				font-size: 11px;
			}
		Body{
				scrollbar-arrow-color: #FFFFFF;
				scrollbar-3dlight-color: #330066;
				scrollbar-highlight-color: #330066;
				scrollbar-face-color: #330066;
				scrollbar-darkshadow-color: #FFFFFF ;
				scrollbar-track-color: #7863A8;
			}

	-->
	</style>
