/* CSS Document */
/*#main_style
{
	color: white;
	background-color: #cccccc;
}*/
.CMainStyle
{
	color: white;
	background-color: #cccccc;
}

.cl_bkcolor
{
	background-color: black;
}

.CMainTable
{
	border-right: silver 10px solid;
	border-top: silver 10px solid;
	vertical-align: top;
	border-left: silver 10px solid;
	border-bottom: silver 10px solid;
	background-color: black;
}


/******
* Top menu style
*/
.top
{
	background-color: black;
}
a.top:link, a.top:visited  {
	font-family: arial, tahoma;
	font-size: 18px;
	color:#0099FF ;
	font-weight: bold;
	text-decoration: none;
}
a.top:active, a.top:hover  {
	font-family: arial, tahoma;
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/***************************************************************
* Left menu style
*/
.MenuLeft
{
	font-weight: bold;
	font-family: arial, tahoma;
	background-color: silver;
}

a.MenuLeft:link, a.MenuLeft:visited  {
	font-family: arial, tahoma;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a.MenuLeft:active, a.MenuLeft:hover  {
	font-family: arial, tahoma;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}






.CMainText
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}





/* standart styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: underline;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
}


p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


a        
{
	color: white;
	text-decoration: underline;
	}
a:link
{
	color: white;
	text-decoration: underline;
}

a:active
{
	color: white;
	text-decoration: underline;
}
a:hover  
{
	color: #0099FF; text-decoration: underline
	}
