/* main */

body {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

table {

	
}

/*headings*/

h1, h2, h3, h4 {
	font-family: Arial, Helvitica, sans-serif;
}
h1{
	font-size: 18px;
	color: Blue;
	font-weight: bold;
} 

h2{
	font-size: 10px;
	color: White;
	font-weight: bold;
	background-color: #808080;
}

h3 {
	font-size: 10px;
	color: White;
	font-weight: bold;
	background-color: #005498;
}

h4 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}

h5 {
	color: Gray;
	font-size: 9px;
}

h6 {
	color: Gray;
	font-size: 9px;
	float: right;
}
/* main links */
a {
	font-size: 10px;
	color: #778899;
}

a:link, a:visited {
	color: #778899;
	text-decoration: none;
}
a:hover {
	color: #778899;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
/* main text */

ol, ul {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
li {
	list-style-type: square;
}

/* main forms */

input, textarea, select {
	color: White;
	padding: 2px;
	border: 1px solid Black;
	background: White;
}
	
/* Main Menu */

.links a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 15px;
	color: Black;
	text-decoration: none;
	background: transparent url("template/but1.gif") no-repeat left;
}

.links a:link, .links a:visited {
	color: Black;
	text-decoration: none;
	background: transparent url("template/but1.gif") no-repeat left;
}

.links a:hover, .links a:active {
	color: Black;
	text-decoration: none;
	background: transparent url("template/but2.gif") no-repeat left;
}
	
.menu a {
	text-decoration: none;
	color: Black;
	padding: 0px 0px 0px 15px;
	display: block;
	background: url("template/images/but1.gif") no-repeat left;
	
}

.menu a:link, .menu a:visited {
	
}

.menu a:hover, .menu a:active {
	color: Black;
	text-decoration: none;
	background: url("template/images/but2.gif") no-repeat left;
}

/* bottom Menu */

.menu2 a{
	font-size: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menu2 a:link, .menu2 a:visited {
	color: #333333;
	text-decoration: none;
}

.menu2 a:hover {
	color: #778899;
	text-decoration: underline;
}
	
.menu2 a:active {
	text-decoration: none;
	color: White;
}

/*other*/

p {
	text-align: justify;
}