/* HTML tag styles */

body {
	background-color: #9BCDD6;
	background-image:url(../_img/content/content_bg.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}

table, p {
margin:17px;
}
a:link, a:visited {
	color: #434343;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFF;
}

img {
margin:0px 0px 0px 17px;
}

/* classes */
.bold {
font-weight:bold;
}


/* div IDs */

#main {
width:660px;

}
