@charset "ISO-8859-1";
/* CSS Document */


.style1 {
	font-size: 18px
}
.style2 {
	font-size: 24px
}

body {
	font-family :Verdana, Tahoma, Arial;
	font-weight : normal;
	font-size : 11px;
	margin:0px 0px 0px 0px;
	line-height:1.4em;
	background-color: #000000;
}

/* header styles */
h1 {
	font-size:14px;
	color:#333333;
	margin:0px 0px 3px 0px;
}

h2 {
	font-size:13px;
	color:#000000;
	margin:0px 0px 1px 1px;
}

/* link styles */
/* default catchall link */
A, A:active, A:visited {
	font-size:11px;
	color:#FF0000;
	text-decoration : underline;
}
A:hover, A:visited:hover {  
	text-decoration : none;
	color:#FF0000;
}
/* navigation links */
A.nav, A.nav:active, A.nav:visited {
	font-size:12px;
	color : #FFFFFF;
	text-decoration : underline;
}
A.nav:hover, A.nav:visited:hover {  
	text-decoration : none;
	color:#FF0000;
}
/* alerts */
A.alert, A.alert:active, A.alert:visited {
	font-size:14px;
	color:#FF0000;
	text-decoration : underline;
}
A.alert:hover, A.alert:visited:hover {  
	text-decoration : none;
	color:#FF0000;
}
/* normal text link */
A.link2, A.link2:active, A.link2:visited {
	color:#000000;
	text-decoration : none;
}
A.link2:hover, A.link2:visited:hover {  
	text-decoration : underline;
	color:#000000;
}

/* content text styles */
.nav {
	font-size:12px;
}

.nav_header {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.title {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.white {
	color:#FFFFFF;
}
#description {
	padding-right: 20px;
	padding-left: 20px;
}
#left_img    {
	float: left;
	padding-right: 5px;
}
#main {
	background-color: #000000;
}
.red {
	color:#FF0000;
}
.footer {
	font-size:10px;
}
.content-small {font-size:9px;}
.bold h1 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

