body {
	font-family: arial; 
	font-size: 10px; 
	text-align: left;
	margin: 0px; 
	color: #000000;
	background-color: #939592; 
}

table {
	font-family: Arial; 
	font-size: 10px; 
}
img {border-style: none;}

#top {
	width: 100%;
	margin: 0px;
	padding: 0px; 
	background-color: #c8d0d1;
	background-image: url(head_bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: arial; 
	font-size: 10px; 
}

#box {
	width: 168px;
	height: 260px;
	text-align: center;  
	font-size: 11px; 
	font-family: arial; 
    margin: 0px;
	padding: 0px; 
	color: #787b77;
	background-image: url(images/head_07.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#main {
	width: 570px;
	margin: 0px auto;
	padding: 0px;
	text-align: center; 
	font-family: arial; 
	font-size: 11px; 
	color: #929592;
}

input, textarea, select { 
	background: #c0c8c4;
	font-size: 11px;
	font-family: arial;
	color: #929592; 
	border-style: solid;
	border-color: #c0c8c4;
	border-width: 1px; 
}
input:hover,input:focus,textarea:hover,textarea:focus {
	border: 1px solid #929592;
}

p {line-height: 150%; margin: 0px 0px 10px 0px; text-align: justify;}

.middle {
	border: 3px solid #adb8b9;
	margin: 2px;
}
.middle:hover {
	border: 3px solid #949a9b;
}

.code {margin: 10px 15px;}
.center {text-align: center;}
.rules {text-align: left;}
em {font-family: Georgia; color: #5c7a89;}
i {color: #857a8e;}
b {font-weight: normal; font-family: courier new; text-transform: uppercase; color: #222;}
ol { list-style-type: upper-roman; list-style-position: outside; padding: 0px; margin-left: 2em; }
li {margin-bottom: 5px;}

h1 {
	font-family: Garamond;
	font-size: 45px;
	font-weight: normal;
	line-height: 30px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin: 0px 0px 10px 0px;
	color: #b2b9b6;
	letter-spacing: 1px;
	text-align: right;
	font-style: italic;
	}
h2 {
	font-size: 20px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	color: #939a93;
	line-height: 15px;
	}

blockquote {
	margin: 10px 25px;  
	padding: 3px; 
	color: #747474;
	line-height: 19px;
	font-size: 10px;
	font-family: Trebuchet MS;
	text-align: center;
	background-color: #d3d9cf;
	border: 1px solid #c2c7be;
}

a {color: #62596c; text-decoration: none;}
a:hover { color: #daddd2; text-decoration: none; cursor: crosshair;}