
body {
	
	background: #636363 ;
	
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;	
	margin-right: 0;
	
	font-family: verdana, tahoma, arial;
	font-size: 11px;

	color: #636363;

}

td {
	
	font-size: 11px;
    color: #636363; 	
}

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:active {
    color: #333333;
}

a:hover {
    color: #94c65a;
}

#templateContainer, templateContainer, .templateContainer {
    
    width: 760px;
    border-width: 0px;
    border: 1px #000000 solid;
    
}

#templateForeground, templateForeground, .templateForeground {

	background: #ffffff ;
    color: #636363;
    
}

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%;
 }
