﻿@media screen, projection {
	* { 
		margin: 0 auto 0 auto;
		padding: 0; }

    h1, h2, h3, h4, h5, h6
    {
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 1.2;
    }
    
    h1
    {
        font-size: 16px;
    }
    
    h2
    {
        font-size: 14px;
    }
    
    form
    {
        margin: 0;
        padding: 0;
    }
    
    input.field
    {
	background-color:#666666;
	width: 400px;
	border: 0;
	height: 30px;
    }
    
	body { 
		text-align: center;
		background: #000;
		padding: 0 0 30px 0; 
		}


	body, tr, td, p { 
		font-family: Century Gothic, Trebuchet MS, Arial, sans-serif;
		font-size: 14px;
		color: #FFF;
		font-weight: normal;
		}

div.content
	{
	text-align: justify;
	color: white;
	padding: 20px;	
	}
	
div.limit
	{
	width: 640px;
	text-align: justify;
	color: white;
	padding: 20px;	
	}	
	
div.news
	{
	width: 750px;
	text-align: justify;
	color: white;
	padding: 20px;	
	}	
	
div.home
	{
	padding: 20px;
	text-align: right;
	position: relative;  
	bottom: 0;
	}		
	
p.xymouse
{
	text-align: center;
}
img {
 border: none;
 }
a:link, a:visited {
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}
a.news:link, a.news:visited {
 color: #FFFFCC;
 text-decoration: none;
}
.box {
	padding: 1px;
	border: 1px solid #FFFFFF;
}
.dotbottom {
	padding-bottom:2px;
	background-image: url(../image_made/dotbottom.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 250px;
	border: none;
	background-position: bottom;
}
.boxform {
	padding: 2px;
	border: 1px solid #333333;
	font-family: Tahoma;
	font-size: 11px;
}
}
.blue {
	height: auto;
	width: auto;
	border: solid #00FFFF;
}
