@charset "UTF-8";
/* CSS Document */
/* EVADE DESIGNS 2010 */

<link rel="shortcut icon" href="website_files/images/Favicon.ico">  

html {
	overflow-y: scroll;
	overflow-x:hidden
}

body {
	overflow: scroll;
	background-color:#ffffff
}

/* HOVERS */
 
 
a.effect1:link {
	font-family:"Times New Roman", Times, serif;
	color: 333333;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold
}
a.effect1:active {
	font-family:"Times New Roman", Times, serif;
	color: 333333;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold
}
a.effect1:visited {
	font-family:"Times New Roman", Times, serif;
	color: 333333;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold
}
a.effect1:hover {
	font-family:"Times New Roman", Times, serif;
	color: ffffff;
	font-size: x-small;
	text-decoration: none;
	background-color: #666666
}
a.effect2:link {
	font-family:"Times New Roman", Times, serif;
	color: 666666;
	font-size: x-small;
	font-style:italic;
	text-decoration: none;
}
a.effect2:active {
	font-family:"Times New Roman", Times, serif;
	color: 666666;
	font-size: x-small;
	font-style:italic;
	text-decoration: none;
}
a.effect2:visited {
	font-family:"Times New Roman", Times, serif;
	color: 666666;
	background-color: ffffcb;
	font-size: x-small;
	font-style:italic;
	text-decoration: none;
}
a.effect2:hover {
	font-family:"Times New Roman", Times, serif;
	color: 666666;
	font-size: x-small;
	font-style:italic;
	text-decoration: line-through;
}
/* PARAGRAPH */

.par {
	vertical-align: text-bottom
}
/* STYLES */

 <style type="text/css"> 
 
 .style2 {
	color: #999999
}
.style2 {
	font-size: x-small;
	color: #666666
}
.style3 {
	font-family:"Times New Roman", Times, serif;
	font-size: medium;
	color: #333333
}
.style4 {
	color:#333333;
	font-size: small; 
	text-decoration:none
}
.style5 {
	color:#666666;
	font-size: x-small;
	font-style: italic;
	text-decoration:none
}
.style6 {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 7px solid #fff;
	padding-left: 1px;
	line-height: .7em;
	margin: 1px 0 5px 0;
}