﻿body
{
	background-color: #000000;
}
.title
{
	font-size: 15pt;
	/*color: #009900;*/
	color:#b28c07;
	font-family:Arial;
	
}

.buttonup
{
	background-image: url(images_design/butt_nor.jpg);
	width: 127px;
	height: 36px;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration:none;
	vertical-align: middle;
	line-height: 20pt;
}
.buttonup:hover
{
	width: 127px;
	height: 36px;
	background-image: url(images_design/butt_hover.jpg);
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20pt;
}
.hyperlink
{
	color: White;
	font-size: 14pt;
	
}
.hyperlink:hover
{
	color: Red;
	font-size: 14pt;
	
}
	
.normaltext
{
	font-weight: normal;
	font-size: 14px;
	color: #cc0000;
	font-family: Tahoma;

 }


.heading2
{
	font-weight: bold;
	font-size: 10px;
	color: #990000;
	font-family: Tahoma;
	text-decoration: none;
}

.buttondown
{
	background-image: url(images_design/butt_nor_down.jpg);
	width: 127px;
	height: 36px;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration:none;
	vertical-align: middle;
	line-height: 20pt;
}
.buttondown:hover
{
	width: 127px;
	height: 36px;
	background-image: url(images_design/butt_hover_down.jpg);
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration:none;
	vertical-align: middle;
	line-height: 20pt;
}

.menu
{
	text-decoration: underline;
}

.menu:hover
{
	background-image: url(new_slices/button_hover.jpg);
	background-repeat: no-repeat;
	width: 206px;
	height: 29px;
}

.content
{
	color: #000000; /*background-color: #cccccc;*/
	text-align: justify; /*padding-left: 10px;*/ /*padding-right: 5px;*/
	font-family: 'Times New Roman';
	background: url(images/PaperBackgroundmaps.gif) repeat-y;
	font-size: 13px;
}
.content1
{
	color: #000000;
	background-color: #cccccc;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	font-family: 'Times New Roman';
}
.copy
{
	font-family:Arial;
	font-size:12px;
}
.copy1
{
	font-family: Papyrus;
	font-size: 15px;
	color: White;
}		

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}