/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(none) fixed;
}

/******* hyperlink and anchor tag styles *******/

A.sample { text-decoration: none; color: black; cursor: text }
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

/a:hover{text-decoration: underline;}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 100% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/**************** image slice*****************/

#Home_Page {
	position:relative;
	left:0px;
	top:0px;
	width:783px;
	height:669px;
}

#index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:261px;
	height:143px;
}

#index-02 {
	position:absolute;
	left:261px;
	top:0px;
	width:261px;
	height:143px;
}

#index-03 {
	position:absolute;
	left:522px;
	top:0px;
	width:261px;
	height:143px;
}

#index-04 {
	position:absolute;
	left:0px;
	top:143px;
	width:261px;
	height:143px;
}

#index-05 {
	position:absolute;
	left:261px;
	top:143px;
	width:261px;
	height:143px;
}

#index-06 {
	position:absolute;
	left:522px;
	top:143px;
	width:261px;
	height:143px;
}

#index-07 {
	position:absolute;
	left:0px;
	top:286px;
	width:171px;
	height:27px;
}

#index-08 {
	position:absolute;
	left:171px;
	top:286px;
	width:112px;
	height:27px;
}

#index-09 {
	position:absolute;
	left:283px;
	top:286px;
	width:99px;
	height:27px;
}

#index-10 {
	position:absolute;
	left:382px;
	top:286px;
	width:126px;
	height:27px;
}

#index-11 {
	position:absolute;
	left:508px;
	top:286px;
	width:275px;
	height:27px;
}

#index-12 {
	position:absolute;
	left:0px;
	top:313px;
	width:783px;
	height:289px;
	background-image:url(images/index_12.gif);
	padding: 20px 10px 10px 20px;
	margin-top: 0px;
	font-size: 80%;

}

#index-13 {
	position:absolute;
	left:0px;
	top:602px;
	width:783px;
	height:67px;
	background-image:url(images/index_13.gif);
	font-size:12px;
	clear: both;
	border-top: 1px solid #cccccc;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;

}

/********************* end **********************/

