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;
}

TD.p {
	background: #5A5A5A;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: justify;
}

TD.p:HOVER {
	background: #DCDCDC;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 10px;
	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 {
   color: black;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
	color: white;
}

HR {
	color: #556B2F;
	height: 1pt;
}

A.Menu {
	text-decoration: none;
	color: white;
	font-weight: normal;
}

A.Menu:Hover {
	text-decoration: none;
	color: Red;
	font-weight: normal;
}

A.devel {
	text-decoration: none;
	color: white;
	font-weight: normal;
}

A.devel:Hover {
	text-decoration: none;
	color: red;
	font-weight: normal;
}

A.linka {
	text-decoration: none;
	color: Maroon;
	font-weight: normal;
}

A.linka:Hover {
	color: White;
	font-weight: normal;
	background-color: #B22222;
}


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;
}