/* General styles */

body,p {font-size: 12px; 
   color: #000;
   line-height: 16px;
   font-family: verdana, sans-serif}

td {font-size: 12px; 
    color: #000;
    font-family: verdana, sans-serif}

h1 {font-size: 14px;
    color: #000;
    font-family: verdana, sans-serif}

h3 {font-size: 12px;
    color: #000;
    line-height: 16px;
    font-wieght: bold;
    font-family: verdana, sans-serif}  

.tiny {font-size: 9px;
       line-height: 14px}  

.small {font-size: 10px;
        line-height: 14px}

.smallcaps {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.medium {font-size: 12px}

.big {font-size: 14px}

.inputOutput {font-size: 10px;
              color: #FFFFFF;
			  line-height: 14px}
			  
.imageLeft {margin-top: 0px; 
            margin-left: 0px;
			margin-right: 10px; 
			margin-bottom: 10px}

.imageRight {margin-top: 0px; 
             margin-left: 10px;
			 margin-right: 0px; 
			 margin-bottom: 10px}

/* Link styles */

a {text-decoration: none}

a:link {color: #FF0000}
a:visited {color: #666666}
a:hover {
	color: #FF0000;
}
a:active {color: #000000} 


a.inputOutputLink:link {color: #FFFFFF}
a.inputOutputLink:visited {color: #FFFFFF}
a.inputOutputLink:hover {color: #FF0000}
a.inputOutputLink:active {color: #FFFFFF} 


a.menuLink:link {color: #000000}
a.menuLink:visited {color: #000000}
a.menuLink:hover {color: #FF0000}
a.menuLink:active {color: #000000} 


a.blockLink:link {color: #000000}
a.blockLink:visited {color: #000000}
a.blockLink:hover {color: #FF0000}
a.blockLink:active {color: #000000} 



/* Other styles */



ol, ul, li {font-size: 11px;
            color: #000000;
            font-family: verdana, arial, geneva, sans-serif}
            
strong, b {font-weight: bold}
em, i {font-style: italic}

hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dashedBox {
	border: 1px dashed #999999;
}
