body 
{
	margin:0px;
        font-family: Arial;
        font-size: 10px;
}

hr 
{
	height:1px;
	background:#446791;
}

a.link-action:visited
{
	color:Blue;
	font-size: 10px;
	text-decoration: none;
}   
a.link-action:hover
{
	color:Blue;
	font-size: 10px;
	text-decoration: underline;
}   
a.link-action
{
	color:Blue;
	font-size: 10px;
	text-decoration: none;
}   

#header
{
	background: url(top.gif);
	padding: 20px 0 0 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #fff;
	height: 50px;
}

#captureform
{
	padding-top:10px;
}
        
#captureform fieldset {   
        margin: 1em 0 0 0;   
        padding-left: 0;
        width: 550px;  
}  
        
#captureform legend {   
        margin-left: 1em;
        color: #000000;   
        font-weight: bold;  
}          
        
#captureform fieldset ol {   
        padding: .5em .5em 0 1em;   
        list-style: none;  
}  
        
#captureform fieldset li {   
        padding-bottom: .5em;  
}  
        
#captureform fieldset.submit {   
        border-style: none;  
}
        
#captureform label {    
        display: block;   
}

#captureform .input-validation-error {
	border: 1px solid red;	
	background-color: #ffeeee;
}

#captureform .field-validation-error {
	color: red;
}

#captureform .success {
	color: #99CE9C;
}

#captureform .error {
	color: red;
}

#captureform .warning {
	color: #FFeca3;
}

#captureform .information {
	color: #A3BEEF;
}             

#sidebar
{
        width: 156px;
        padding: 65px 15px 0 15px;
        height: 100%;
        border-right: 2px solid #CECECE;
}

#footer
{
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #919295;
}
