﻿body
{
	margin: 10px; 
	border: 0; 
	padding: 10px; 
	background: #fff; 
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Helvetica, sans-serif; 
	color : #000000; 
    font-size: 12px;
}

h1
{
    margin-top: 25px;
	font-family: Arial;	
	font-size: 18px;
    font-weight: bold;
}

h2
{
	font-family: Verdana;	
	font-size: 12px;
	font-weight: bold;

}

p
{
    font-family: Verdana;
    font-size: 12px;   
}

.headerleft
{
    background-color: #005A9E; 
}
.headerright
{
    text-align: center;
    background-color: #005A9E; 
}
    
.headerleft a:link
{
    color: white;
    font-weight: bold;
	text-decoration: none;
}

.headerright a:link
{
    color: white;
    font-weight: bold;
	text-decoration: none;
}


.headerleft a:visited
{
    color: white;
    font-weight: bold;
	text-decoration: none;
}

.headerright a:visited
{
    color: white;
    font-weight: bold;
	text-decoration: none;
}

.floatleft
{

}
.floatright
{
    text-align: center;
}

.list
{
	margin-left: 0;
	padding-left: 0;
	width: 90%;	
}

.listitem
{	
	list-style: none;
	margin-left: 0;
    font-size: 12px;
	background-color: #e3eefb;
}

.listitem2
{	
    font-size: 12px;
	list-style: none;
	margin-left: 0;
}

.joblink
{	
	text-decoration: none;
}

.joblink:hover
{	
	text-decoration: underline;
}

.joblink:visited
{
    
}

a:link
{
    font-size: 12px; 
    text-decoration: none;
    color: #005A9E;
    font-weight: bold;
}

a:visited
{
    font-size: 12px; 
    text-decoration: none;
    color: #005A9E;
    font-weight: bold;

}

table
{   
    border-spacing: 0; 
}

td 
{
    padding: 3px;
}

.pager
{
    margin-bottom: 5px;
    font-size: 12px;
}

.desc
{
    max-width: 600px;
    width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "600px":
        "auto" );
}

img
{
    border: none;
}
