/* Body style */

body {
	font: 12pt Arial,Helvetica;
	background-image: url("/images/framework_bod/canvas_bod.jpg");
	color: #000000;
	margin-right: 0;
	margin-left: 0;
	margin-top:0;
	margin-bottom:0;
}

/* Link styles */
a:link {
	font-weight: bold;
	color: #336666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #336666;
	text-decoration: none;
}
a:hover	{
	font-weight: bold;
	color: #336666;
	text-decoration: none;
}
							
/* Paragraph and Table styles */
p, td {
	font: 12pt Arial,Helvetica;
	color: #000000;
}
th {
	font-weight: bold;
	color: #336666;
}

/* Header Styles */

h1 {
	font: bold 18pt Arial,Helvetica;
	color: #000000;
}
h2 {
	font: bold 16pt Arial,Helvetica;
	color: #000000;
}
h3 {
	font: bold 14pt Arial,Helvetica;
	color: #000000;
}
h4 {
	font: bold 12pt Arial,Helvetica;
	color: #000000;
}

/* Sub Styles */

.small {
	font-size: 10pt;
}
.large {
	font-size: 14pt;
}
.color1 {
	color: #336666;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}

.margin {
	margin-left: 75px;
	margin-right: 75px;
}

