/* **************** Basics and Typography **************** */ 

body {
    background-color : #E3E3E3;
    margin: 0px;
	line-height: 15px;
	text-align: center;  
	color: #317202;
    font-family : trebuchet MS;
	padding 0px;
	font-size: 11px; 
    background-attachment:fixed; 
    scrollbar-arrow-color: FF61A4;
    scrollbar-track-color: DFDFDF;
    scrollbar-face-color: FF61A4;
    scrollbar-highlight-color: ffffff;
    scrollbar-3dlight-color: FF61A4;
    scrollbar-darkshadow-color: FF1D7D;
    scrollbar-shadow-color: FF1D7D;
}




.post, input, textarea, select, button {
	color: #ffffff;
	background: #FF72AB;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0pt;
	font-family: Arial, "Times New Roman";
	text-align: lest;
    border:  2px solid #FF3888;
	border-top: 2px solid #FFC1DB;
	border-bottom: 2px solid #FF3888;
	border-left: 2px solid #FFC1DB;
	border-right: 2px solid #FF3888;
    overflow : hidden;

}



h1 {
	color: #ffffff;
    background: #FF72AB;
	border-bottom: 3px solid #FF3888;
	border-top: 3px solid #FF3888;
	font-weight: bold;
	text-align: right;
    padding-right: 3px;
    text-transform: uppercase;
    font-family: century gothic;
	font-size: 18px;
	line-height: 21px; 
	letter-spacing: -1px;
}


h2 { 
	color: #73A800;
    background: #BEE666;
	border-bottom: 3px solid #73A800;
	border-top: 3px solid #73A800;
	font-weight: bold;
	text-align: center;
    text-transform: uppercase;
    font-family: century gothic;
	font-size: 15px;
	letter-spacing: -1px;


}

h3 {
	text-align: center;
	margin-top: 0px;
	padding: 3px;
	font-size: 11px; 
	font-weight: bold;
	line-height: 16px;
	border-bottom: 0px solid;
    background: #A5D434;
    display: block;

}


table, tr, td {
	margin: 0px;
	line-height: 15px;
	font-family : trebuchet MS;
	padding 0px;
    border: 0px;
	font-size: 11px; 
 }
		

A:link {
	font-weight: bold; 
	color: #FF3888;
	text-decoration: none;
}

A:visited {
	font-weight: bold; 
	color: #FF3888;
	text-decoration: none;
}

A:active {
	font-weight: bold; 
	color: #FF3888;
	text-decoration: none;
}

A:hover {
	font-weight: bold; 
	color: #ffffff;
    background: #BEE666;
	text-decoration: none;
}



b, strong {
	color: #A2CE41;
} 

i {
	color: #FF72AB;

}


u {
	color: #A2CE41;
}



/* **************** other **************** */


p {
	font-size: 1em;
	line-height: 13px;
	margin: 1.2em 0;
}


hr {
	border: 2px;
	border-bottom: 1px dashed;
	height: 1px;
    padding: 3px;
    padding-top: 0px;
	margin: 0px;
}


.rules{
	text-align: justify;
	color: #778C00;
	margin-top: 2px;
	padding: 5px;
	background-color:#F3FFB3;
	line-height: 15px;
    width: 450px;
    border: 1px solid #778C00;
    display: block;

}






/* **************** End **************** */