@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:11px;
	}
	html {
		height:100%;
		width:100%;
			text-align:center;
	}
	body {
		color:#999999;
		background-color:#000;
		padding: 0;
		margin:0;
	}
	a {
		color:#999999;
		text-decoration:none
	}
	a:hover {
		color:#ffffff;
		text-decoration:none
	}
	#colright{
        text-align: center;
}
#colright a{
        color: #333333;
        text-decoration: none;
}
#colright a:hover{
		color: #A1A1A1;
        text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.j {
	text-align: justify;
}
.style1 {
	color: #B30F1A;
	font-weight: bold;
	font-size: 12px;
}
.style2 {color: #FFFFFF}
.style3 {font-size: 14px}
