<style type="text/css">

.empty_style{}

html,body
	{
	padding: 0;
	margin: 0;
	background-image: url('img/bg.jpg');
	background-color: #242424;
	color: #ffffff;
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	}

img
	{
	border: 0;
	}

.master_table /*100%x100% tabel*/
	{
	height: 100%;
	width: 100%;
	padding: 20;
	text-align: center;
	vertical-align: middle;
	}

.main_table /*peamine tabel*/
	{
	height: 530px;
	width: 880px;

	margin: 0;
	padding: 0;

	border: 1px solid #000000;
	}

.white_frame /*valge raam teksti ümber*/
	{
	background-color: #242424;
	padding: 10px;
	background-image: url('img/bg2.jpg');
	}

.white_frame2 /*valge raam teksti ümber*/
	{
	background-color: #242424;
	padding: 10px;
	}

.inner_table /*tekste sisaldav tabel*/
	{
	height: 100%;
	width: 100%;

	background-color: #242424;
	color: #FFFFFF;
	}

td
	{
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	font-size: 13px;
	padding-left: 35px;
	text-transform: uppercase;
	list-style: none;
	}

#menu ul li
	{
	display: block;
	}

a:link, a:visited
	{
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover, a:active
	{
	margin: 0;
	color: #DDDDDD;
	text-decoration: underline;
	}


input, textarea, select
	{
	margin: 2;
	padding: 1;
	height: 20px;
	color: #777777;
	font-size: 11px;
	border: 1px solid #1a1a1a;
	background-color: #2d2d2d;
	}


#input
	{
	font-size: 11px; 
	font-family: Verdana;
	height: 20px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	text-align: center;
	}








.stripe div
	{
	border-left: 1px solid #FFFFFF;
	height: 450px;
	}


#text
	{
	height: 450px;
	overflow: auto;
	text-align: justify;
	padding-right: 15px;
	}

h1
	{
	font-size: 15px;
	font-family: Verdana;
	margin: 0;
	margin-bottom: 10px;
	}

.normal_text
	{
	font-size: 11px;
	font-family: Verdana;
	color: #FFFFFF;
	line-height: 17px;
	}

.contact
	{
	margin-top: 25px;
	font-size: 12px;
	margin-left: 35px;
	}


.contact a, .contact a:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	}

.contact a:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	}

.SideMenu ul
	{
	width: 100%;
	text-align: left;

	margin: 0;
	padding: 0;
	padding-left: 15px;

	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: none;	
	list-style: none;
	}

.SideMenu li
	{
	display: block;
	}

.SideMenu li a, .SideMenu li a:visited
	{
	display: block;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	}

.SideMenu li a:hover
	{
	display: block;
	margin: 0;
	color: #DDDDDD;
	text-decoration: underline;
	height: 25px;
	}

