/* 
    Document   : iframe_content
    Created on : Oct 3, 2009, 2:34:53 PM
    Author     : ksalling
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body,html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
}

a:hover {
    color: #666666;
}

h1 {
	font-size: 25px;
	color: #A0150B;
	padding: 5px 0px 0px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div.projects_list li{
    font-size: 16px;
    line-height: 20px;
    list-style-image:url("images/01.png");

}

div.projects_list li.link {
    list-style-image:url("images/03_1.png");
}

ul{
    
}

div.projects_list li#sub {
    font-size: 12px;
    list-style-image:url("images/08.png");
}


