/*
Capital Intellect 2005
*/

body {
	margin: 0px 0px 0px 10px;
	padding: 0;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #616369;
	line-height: 15px;
	}
	
h1 {
	font-size: 16px;
	line-height: 20px;
	color: #990000;
	margin-bottom: 0px;
	}



h2 {
	font-size: 14px;
	line-height: 28px;
	color: #CC0000;
	margin-bottom: 0px;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
	margin-bottom:0px;
	}	
	
h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #CC0000;
	margin-bottom:0px;
	}	
		

img { border:0px; }

td { font-size:12px; }
	
a:link {color: #0000CC;}
a:visited {color: #0000CC;}
a:hover {color: #CC0000;}


a.footer:link {color: #CCCCCC;}
a.footer:visited {color: #CCCCCC;}
a.footer:hover {color: #CC0000;}

/* navigation along the left side */
#nav_link {
	padding: 15px 0 15px 20px;
	text-align: left;
	text-transform: uppercase;
	font: bold 12px verdana, sans-serif;
	background: url(images/border_one.gif) repeat-x 0 bottom;
	}
	
#nav_link a, #nav_link a:link,{
	color: #404040;
	text-decoration: none;
	}
	
#nav_link a:hover {
	color: #CC0033;
	text-decoration: none;
	}

#nav_link-current {
	padding: 15px 0 15px 20px;
	text-align: left;
	text-transform: uppercase;
	font: bold 12px verdana, sans-serif;
	background: url(images/border_one.gif) repeat-x 0 bottom;
	}
#nav_link-current a, #nav_link-current a:link, #nav_link-current a:visited {
	color: #CC0033;
	text-decoration: none;
	}	
	
	
.list li {	
    padding-left: 14px;
    padding-top: 0px;
    list-style-image: url(images/play.gif);
    list-style-position: outside;

    }

