/* CSS Document */

/*DEFAULTS*/
body{
	font: small Tahoma, Arial, sans-serif;
	color: #333333;
	background: #FFFFFF;
}

a:link{
	color: #CC3300;
}
a:hover{
	color: #003399;
}
a:visited{
	color: #660000;
}

h1{
	font-size: small;
	font-weight: bold;
	color: #993300;
}
h2{
	font-size: small;
	font-weight: bold;
	color: #333333;
}

/*:AYOUT*/
.contentbox{
	font: small Tahoma, Arial, sans-serif;
	color: #333333;
	background: #FFFFFF;
	text-align: left;
	margin: auto;
	padding: 10px;
	width: 80%;
	border: 1px solid #000000;
}

/*STYLES*/
.emphasis{
	font-size: small;
	font-weight: bold;
	color: #993300;
}
.imgright{
}
.imgleft{
}