a:link
{
	color: rgb(51,102,204); 
}
a:visited
{
	color: rgb(255,30,52); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(105,46,52);
	color: rgb(0,51,51)
}
table
{
	background-color: rgb(255,255,255);
	color: rgb(105,46,52);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: rgb(220,183,35);
}
h2
{
	color: rgb(134,124,57); 
}
h3
{
	color: rgb(255,0,128); 
}
h4
{
	color: rgb(0,255,128);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}

#LogoBlock
{
	position:absolute;
	left:1%;
	top:1%;
	width:19%;
	height:24%;
	background-color: rgb(105,46,52);
	color:#ffffff;
}

#HorizontalBlock
{
	position:absolute;
	left:20%;
	top:1%;
	width:80%;
	height:24%;
	background:rgb(105,46,52);
	color:#ffffff;
	background-image:url('Images/Omimage1.bmp');
}
	
#VerticalBlock
{
	position:absolute; 
	left:1%; 
	top:26%; 
	width:19%;
	height:100%; 
	background:rgb(105,46,52);
	color:rgb(169,88,86);
	background-image:url('Images/Omimage1.bmp');
}
	
#Mainblock 
{ 
	position:absolute; 
	left:20%; 
	top:26%; 
	width:80%; 
	background:rgb(255,255,255);
	color:rgb(0,0,0);
	background-image:url('images/omimage3.gif');
}

#Mainblock1
{
	position:absolute;
	left:20%;
	top:26%;
	width:80%;
	height:75%;
	background:rgb(105,46,52);
	color:rgb(220,183,35);
}
	