form {
	display: inline;
}


body {
	
	background: #FFFFFF  url(images/_template/back.png) repeat-x scroll top left;
	
	margin-top: 10;
	margin-left: 0;
	margin-bottom: 0;	
	margin-right: 0;
	
	font-family: arial, verdana, tahoma;
	font-size: 0.7em;

	color: #FF0099;

}

td {
	
	font-size: 0.7em;
    color: #FF0099; 	
}

a:link {
    color: #00FF00;
}

a:visited {
    color: #00FF00;
}

a:active {
    color: #00FFFF;
}

a:hover {
    color: #00FF00;
}

#templateContainer, templateContainer, .templateContainer {
    
    width: 760px;
    border-width: 0px;
    border: 1px #FFFFFF solid;
    
}

#templateForeground, templateForeground, .templateForeground {

	background: #000000 ;
    color: #FF0099;
    
}

small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
h1 {
 font-size: xx-large;
 }
h2 {
 font-size: x-large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }
font[size=1] {
 font-size: xx-small;
 }
font[size=2] {
 font-size: small;
 }
font[size=3] {
 font-size: medium;
 }
font[size=4] {
 font-size: large;
 }
font[size=5] {
 font-size: x-large;
 }
font[size=6] {
 font-size: xx-large;
 }
font[size=7] {
 font-size: 300%;
 }
font[size=-1] {
 font-size: smaller;
 }
font[size=+1] {
 font-size: larger;
 }
font[size=-2] {
 font-size: 60%;
 }
font[size=+2] {
 font-size: 150%;
 }
font[size=+4] {
 font-size: 300%;
 }