body {
	margin: 0px;
	background-color: #ffffff;
	font-family: tahoma, arial, sans-serif;
}

img {
	border: 0px;
}


/* Template */

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	
}

#title {
	
}

#left {
	width: 104px;
	float: left;
}

#right {
	width: 104px;
	float: right;
}

#content {
	height: 341px;
	overflow: auto;
}

#footer {
	
}


/* Headings */

h1 {
	font-family: impact;
	text-align: center;
	text-transform: uppercase;
	border-bottom: #666666 7px solid;
}

h2 {
	padding-left: 15px;
	border-bottom: #999999 4px solid;
}

h3 {
	text-align: right;
	padding-right: 25px;
	border-bottom: #cccccc 4px solid;
}


/* Text */

#content {
	font-size: 13px;
	color: #000000;
	letter-spacing: 1px;
	text-align: justify;
	padding: 0px 4px 0px 4px;
	line-height: 20px;
}

#content b {
	color: #333333;
}

#content i {
	color: #999999;
}

#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom: #666666 dotted 1px;
	color: #666666;
	font-weight: bold;
}

#content a:hover {
	color: #999999;
}

/* Images */

#logos {
	text-align: center;
}