html, body
{
	width: 100%;
	height: 100%;

}

body
{

	margin: 0px;
	padding: 0px;
    background-image: url(/data/images/body_bg.jpg);
    background-repeat: repeat;

}

body, div, select, td
{
	font-family: Tahoma ,sans-serif;
	font-size: 11px;
	color: #ffffff;
}


td.tbl
{
	border: 1px solid #ffffff; padding: 2px 5px 2px 5px;
}

a img
{
	border: 0px;
}

img
{
    behavior: url('/data/iepngfix.htc');
}

table
{
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

p
{
 padding: 5px 0px;
 margin: 0px;
font-size: 14px;
}


tr
{
  padding: 0px;
  margin: 0px;
}

td
{
  padding: 0px;
  margin: 0px;
}


a:link { color: #ffd8e0; font-size: 11px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a:visited { color: #ffd8e0; font-size: 11px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a:hover, a:active { color: #ffd8e0; font-size: 11px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }

a.news:link { color: #ed145b; font-size: 11px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a.news:visited { color: #ed145b; font-size: 11px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a.news:hover, a.news:active { color: #ed145b; font-size: 11px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }

a.menu:link { color: #e5faff; font-size: 13px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a.menu:visited { color: #e5faff; font-size: 13px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a.menu:hover, a.menu:active { color: #ffffff; font-size: 13px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }

.menu_on {color: #e5faff; font-size: 13px; text-decoration: none; font-family: Tahoma; font-weight: normal; }

a.tree:link { color: #afebff; font-size: 10px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a.tree:visited { color: #afebff; font-size: 10px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a.tree:hover, a.tree:active { color: #afebff; font-size: 10px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }

h1 { font-size: 24px; font-family: Tahoma; font-weight: normal; padding: 0px; margin: 0px; color: #d2235c; font-weight: normal; padding-bottom: 4px;}
h2 { font-size: 18px; font-family: Tahoma; font-weight: normal; padding: 0px 0px 10px 0px; margin: 0px; color: #ffffff; font-weight: normal; }


.seocss h1{font-size:20px;}

.seoh1 { font-size: 24px; font-family: Tahoma; font-weight: normal; padding: 0px; margin: 0px; color: #d2235c; font-weight: normal; padding-bottom: 4px;}

td.top
{
  height: 100%;
  width: 100%;
  background-image: url(/data/images/main_bg.jpg);
  background-position: top;
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: top;
}

.png

{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/data/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

.button
{
  cursor: pointer;
  cursor: hand;
}

.menu
{
  padding: 0px;
  margin: 0px;
  line-height: 200%;
  color: #e5faff;
}

td.tab { margin: 0px; padding: 8px 10px; }

ul.map
{
    padding: 5px 15px;
    margin: 0px;
    color: #ffffff;
    list-style-type: none;
    line-height: 150%;
}
a.white:link { color: #ffffff; font-size: 12px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a.white:visited { color: #ffffff; font-size: 12px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }
a.white:hover, a.white:active { color: #ffffff; font-size: 12px; text-decoration: underline; font-family: Tahoma; font-weight: normal; }

#bg
{
    height: 100%;
    width: 100%;
    background-image: url(/data/images/main_bg.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
    z-index: 1;
	overflow: hide;
	background-repeat: repeat-x;
}

#stars
{
    height: 100%;
    width: 100%;
    background-image: url(/data/images/stars.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
    z-index: 2;
	overflow: hide;
	background-repeat: repeat-x;
}

#con
{
    height: 100%;
    width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
    z-index: 3;
	overflow: hide;
}

.form {
    color: #000000;
}
