body { 
    background-image: url(images/bluebg.gif)
		background-repeat: repeat;
}
fieldset.topbox { padding:15px; 
                  border-color:#36a9d8;				  
                   }

fieldset.box { padding:15px; 
                  border-color:#36a9d8;
				  width: 440px;
				  
                   }
td {
        font-family: arial;
        font-size: 12px;
        }

    td.cellBackground {
        background-image: url(images/background.gif);
	    background-repeat: repeat-y;}

    a.link {
    	color: #fff;
    	font-weight: bold;
    	font-size: 11px;
    	text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        width: 100px;
        height: 20px;
        border: 1px;
        border-style: solid;
        border-color: #0E3793;
    	background-color: #5d99d2;
        margin: 0px;
        padding: 2px;
        display: block;}
        
img.floatLeft {
        float: left;}
        
img.floatRight {
        float: right;}

a.link:hover {
		color: #000;
		font-weight: bold;
        font-size: 11px;
        width: 100px;
        height: 20px;
	    text-align: center;
	    text-decoration: none;
		background-color: #fff;
        margin: 0px;
        padding: 2px;
        display: block;}
        
 a.link2 {
		color: #000;
    	font-weight: bold;
    	text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;}

a.link2:hover {
	    text-decoration: underline;
		color: #0E3793;}
        
a.link3 {
		color: #0000ff;
    	font-weight: bold;
    	text-decoration: underline;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;}

a.link3:hover {
	    text-decoration: underline;
		color: #0000ff;}
img.floatLeft { float: left;
        padding: 10px;
        margin: 10px;}
		
.divider {background-color: #294EA1;}

.hrColor {
	color: #294EA1;
}

fieldset.look {
	border-color: #D29E5E;
	padding: 10px;}

