BODY {
	background: transparent
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

TD {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

TR.p {
	background: Olive;
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

TR.p:hover {
	background: #A9A9A9;
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #4682B4;
}

H3 {
	font-size: 13pt;
	color: Gray;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Maroon;
	}

H5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: x-small;
	font-weight: bold;
	color : White;
	}
	
	
A {
	text-decoration: none;
	color: #191970;
	font-weight: normal
}

A:Hover {
	text-decoration: underline;
	color: red;
	font-weight: normal
}

HR {
	color: black;
	height: 1pt;
}

A.Menu {
	text-decoration: none;
	color: black;
	font-weight: normal;
}

A.Menu:Hover {
	text-decoration: underline;
	color: #B22222;
	font-weight: normal;
}

A.sm_menu {
	text-decoration: none;
	color: #F5F5DC;
	font-weight: normal;
}

A.sm_menu:Hover {
	text-decoration: none;
	color: #00FF7F;
	font-weight: normal;
}

A.linka {
	text-decoration: none;
	color: Maroon;
	font-weight: normal;
}

A.linka:Hover {
	color: White;
	font-weight: normal;
	background-color: #B22222;
}

A.devel {
	text-decoration: none;
	color: #483D8B;
	font-weight: normal;
}

A.devel:Hover {
	color: Red;
	font-weight: normal;
	}



A.button1 {
	text-decoration: none;
	color: Maroon;
	font-weight: normal;
	background-image: url(../img/button_1up.gif);
		height: 33px;
	width: 129px;
		background-position: center;
		background-repeat: no-repeat;
}

A.button1:Hover {
	text-decoration: none;
	color: White;
	font-weight: normal;
	background-image: url(../img/button_1down.gif);
		height: 33px;
	width: 129px;
		background-position: center;
		background-repeat: no-repeat;
}

A.button2 {
	text-decoration: none;
	color: Maroon;
	font-weight: normal;
	background-image: url(../img/button_2up.gif);
		height: 33px;
	width: 129px;
		background-position: center;
		background-repeat: no-repeat;
}

A.button2:Hover {
	text-decoration: none;
	color: White;
	font-weight: normal;
	background-image: url(../img/button_2down.gif);
	height: 33px;
	width: 129px;
	background-position: center;
	background-repeat: no-repeat;
}

A.button3 {
	text-decoration: none;
	color: Maroon;
	font-weight: normal;
	background-image: url(../img/button_3up.gif);
	height: 33px;
	width: 129px;
	background-position: center;
	background-repeat: no-repeat;
}

A.button3:Hover {
	text-decoration: none;
	color: White;
	font-weight: normal;
	background-image: url(../img/button_3down.gif);
		height: 33px;
	width: 129px;
		background-position: center;
	background-repeat: no-repeat;		
}


input  {
	font-family : Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	font-weight: normal;
	border: 1px solid #666600;
}

input.checkbox {
	font-family : Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	font-weight: normal;
	border: 0px 0;
}


select  {
	font-family : Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	font-weight: normal;
	background: #fff;
	padding: 1px 3px 1px 1px;
	border: 1px solid #666600;
}

textarea {
	font-family : Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 11px;
	font-weight: normal;
	background: #fff;
	padding: 1px 3px 1px 1px;
	border: 1px solid #666600;
}
