body {
	margin: 0;
	background: #CCCCCC url('images/v01/bg.jpg') repeat-y;
	font-family: verdana;
	color: #4285D1;
}



A:link, A:visited, A:active {
	color: #E664B9;
	text-decoration: none;
}

A:hover {
	color: #DE209D;
	text-decoration: none;
}

.content {
	position: absolute;
	left: 200px;
	top: 20px;
	width: 500px;
	font-size: 8pt;
	line-height: 25px;
	letter-spacing: 0pt;
	text-align: left;
}

h1 {
	color: #E664B9;
	width: 100%;
	font-family: palatino linotype;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2pt;

	line-height: 20px;
	border-left: 10px solid #DE209D;
	padding-left: 5px;
	margin: 0px 0px 0px 30px;
}

h2 {
	color: #CC3399;
	width: 100%;
	font-family: palatino linotype;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
}

strong, em {
	color: #3973BD;
}

blockquote {
	background-color: #E4EBF2;
	font-family: trebuchet ms;
	border-left: 10px solid;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
}

.quote {
	text-align: right;
	font-style: italic;
}
	

p {
	padding-bottom: 5px;
}

p img {
	background-color: #E664B9;
	padding: 5px;
	margin: 5px;
}

img:hover {
	background-color: #DE209D;
}

.menu {
	background-color: #E4EBF2;
}

.link {
	text-align: right;
	color: #DE209D;
	background-color: #F3E9EF;
}

.layout {
	position: fixed;
	left: 0px;
	top: 0px;
}

td {
	font-family: trebuchet ms;
	font-size: 8pt;
}

.footer {
	text-align: center;
	font-size: 7.5pt;
	line-height: 15px;
	padding-bottom: 15px;
}
