body { background: #eeeeee url(bg.jpg);
       background-attachment: scroll;
       background-repeat: repeat-y;
       color:#000000;
       font-family: trebuchet ms;
       scrollbar-base-color:#eeeeee;
       scrollbar-track-color:#eeeeee;
       scrollbar-arrow-color:#c90303;
       scrollbar-shadow-color:#c90303
}

.img { border:solid #ffffff 3px;
       margin: 2px;
       outline: solid #dfdfdf 1px;
}

blockquote { 
border-left: solid #c90303 5px;
padding-left: 7px;
}

input { 
background: #ffffff;
border: solid #eeeeee 1px;
color: #000000;
}

select { 
background: #ffffff;
border: solid #eeeeee 1px;
color: #000000;
}

textarea { 
background: #ffffff;
border: solid #eeeeee 1px;
color: #000000;
}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}


div#nav a {
background: #eeeeee;
color: #000000;
display: block;
font-size: 8pt;
font-weight: bold;
letter-spacing : 1px;
padding: 6px;
text-align:center;
}


div#nav a:hover {
background: #dbdbdb;
color: #000000;
display: block;
font-size: 8pt;
font-weight: bold;
letter-spacing : 1px;
padding: 6px;
text-align:center;
}

.title { color:#000000;
         font-size: 14pt;
         font-style: italic;
         letter-spacing : 3px;
         padding-left: 10px;
}

.content { color:#000000;
           font-size:9pt;
           line-height:14px;
           padding: 10 15;
           width: 450px;
}

.affy { padding: 0;
}


table { color:#000000;
	font-size:9pt;
        line-height:14px;
        
}

.capital { color: #c90303;
           font-size: 14pt;
           font-style: italic;
	   font-weight: bold;
           letter-spacing : 1px;
	   text-transform: uppercase;
}

.capital-title { color: #c90303;
                 font-size: 17pt;
                 font-style: italic;
	         font-weight: bold;
                 letter-spacing : 3px;
	         text-transform: uppercase;
}

strong {
	color: #064b90;
        font-style: italic;
	font-weight: bold;
        letter-spacing : 1px;
	text-transform: uppercase;
}

a:link { color:#ba490a;
         font-weight: bold;
         letter-spacing : 1px;
         text-decoration:none;
}

a:visited { color:#ba490a;
            font-weight: bold;
            letter-spacing : 1px;
            text-decoration:none;
}

a:hover { color:#b7b7b7;
          font-weight: bold;
          letter-spacing : 1px;
          text-decoration:none;
}

a:active { color:#b7b7b7;
	   font-weight: bold;
	   letter-spacing : 1px;
           text-decoration:none;
}

