/*
* Body Background / Margins
* ---------------------------------------------------- */
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #90bade;
	}
a     	    {color: #1958b7; text-decoration:none;}
a:Visited   {color: #1958b7; text-decoration:none;}
a:Active    {color: #1958b7; text-decoration:none;}
a:Hover     {color: #00F; text-decoration:underline;}


/*
* General Type Style
* ---------------------------------------------------- */
body, p, div, td, tr, form, ol, ul, li, input, textarea, select {  
	font: 14px Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #000;
	}

th {
	font: 14px Georgia, Times New Roman, Times, serif;
        font-weight: bold;
        color: #000;
        }

h2 {
	color: #00F;
        font: bold x-large helvetica;
}

.pictureA {
    float: left;
    margin: 10px 5px 10px 0px;
    }

.pictureB {
    float: right;
    margin: 10px 0px 10px 5px;
    }





