/* CSS Document */


body {
	background-color: #272727; padding: 0; margin: 0;
}

H1 {
	font-size: 13px;
	font-family: Tahoma;
	letter-spacing: 1px;
	color: #CCCCCC;
}

.style1 {
	font-size: 13px;
	font-family: Tahoma;
	letter-spacing: 1px;
	color:#FFFFFF;
}

.style2 {
	font-size: 15px;
	font-family: Tahoma;
	letter-spacing: 1px;
	color:#FFFFFF;
	font-weight: bold;
}

.style3 {
	font-size: 13px;
	font-family: Tahoma;
	letter-spacing: 1px;
	color: #CCCCCC;
}

#textspacing {text-align:justify; padding-right:20px; line-height:17px;}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

a.side:link {
	color: #fff;
	text-decoration: none;
}
a.side:visited {
	text-decoration: none;
	color: #fff;
}
a.side:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.side:active {
	text-decoration: none;
}