form {
	display: inline;
}


body {
	
	background: #738388 ;
	
	margin-top: 20;
	margin-left: 0;
	margin-bottom: 10;	
	margin-right: 0;
	
	font-family: arial, verdana, tahoma;
	font-size: 11px;

	color: #424343;

}

td {
	
	font-size: 11px;
    color: #424343; 	
}

a:link {
    color: #189edb;
}

a:visited {
    color: #189edb;
}

a:active {
    color: #189edb;
}

a:hover {
    color: #424343;
}

#templateContainer, templateContainer, .templateContainer {
    
    width: 800px;
    border-width: 0px;
    border: 20px #006600 ridge;
    
}

#templateForeground, templateForeground, .templateForeground {

	background: #FFFFFF ;
    color: #424343;
    
}

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%;
 }