/*basic*/

body {
	margin:0px;
	padding:0px;
	background-color: #000;
	font-family: verdana;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	/*font-weight: bold;*/
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: red;
}

p {
	text-align: justify;
	line-height: 26px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

h1 {
	font-family: verdana;
	font-weight: bold;
	color: yellow;
	font-size: 180%;
	text-transform: uppercase;
	margin: 0px;
	padding: 20px 0px 40px 0px;
	line-height: 140%;
}

h2 {
	font-family: verdana;
	font-weight: bold;
	color: yellow;
	font-size: 160%;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	line-height: 120%;
	text-align: left;
}

h3 {
	font-family: verdana;
	font-weight: bold;
	color: fff;
	font-size: 140%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/*frame*/

table.frame {
	width: 1024px;
	margin: 0 auto;
	border: 2px solid yellow;
}

table.strip {
	border-collapse: collapse;
	padding: 0px;
}

table.frame td,
table.lefttable td,
table.topmenutable td {
	vertical-align: top;
	padding: 0px;
}

table.frame td.top {
	width: 1024px;
	height: 100px;
	border-bottom: 2px solid yellow;
	text-align: center;
	vertical-align: middle;
}

table.frame td.top h1 {
	color: #fff;
	font-size: 250%;
	text-transform: uppercase;
}

table.frame td.topmenu {
	width: 1024px;
	height: 40px;
	background-color: silver;
	border-bottom: 2px solid yellow;
	text-align: center;
	vertical-align: middle;
}

table.topmenutable {
	width: 100%;
}

table.topmenutable td.topmenu_left {
	border-right: 2px solid yellow;
	height: 40px;
	vertical-align: middle;
}

table.topmenutable td.topmenu_right {
	vertical-align: middle;
}

table.topmenutable td.topmenu_left a, table.topmenutable td.topmenu_right a {
	font-weight: bold;
} 

table.frame td.left {
	width: 260px;
	height: 560px;
	border-right: 2px solid yellow;
	padding: 20px;
}
	
table.frame td.right {
	width: 684px;
	padding: 20px;
	font-size: 125%;
	text-align: justify;
	line-height: 24px;
}

table.frame td.bottom {
	height: 50px;
	border-top: 2px solid yellow;
	background-color: silver;
	color: #000;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 125%;
}

/*menu*/

a.mainmenu {
	color: yellow;
	text-decoration: underline;	
	display: block;
	font-family: verdana;
	font-weight: bold;
	font-size: 160%;
	padding-bottom: 25px;
	line-height: 110%;
}

a.mainmenu_active {
	color: red;
	text-decoration: underline;	
	display: block;
	font-family: verdana;
	font-weight: bold;
	font-size: 160%;
	padding-bottom: 25px;
	line-height: 110%;
}

a:hover.mainmenu {
	color: red;
}

a.submenu {
	color: #fff;
	text-decoration: underline;
	display: block;
	padding-left: 20px;	
	font-family: verdana;
	font-weight: bold;
	font-size: 140%;
	padding-bottom: 25px;
	line-height: 110%;
}

a.submenu_active {
	color: red;
	text-decoration: underline;
	display: block;
	padding-left: 20px;	
	font-family: verdana;
	font-weight: bold;
	font-size: 140%;
	padding-bottom: 25px;
	line-height: 110%;
}

a:hover.submenu {
	color: red;
}


