/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt; color: rgb(0,0,0); font-weight: normal; font-style: normal; text-decoration: none ; background-image: url("./background2.jpg");}
 A:active { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt; color: rgb(189,0,198); font-weight: bold;}
 A:link { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt; color: rgb(69,137,229); font-weight: bold; text-decoration: underline;}
 UL { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt;}
 A:visited { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt; color: rgb(191,0,192); font-weight: bold; text-decoration: underline;}
 .TextObject { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt;}
 P { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt;}
 LI { font-size: 9pt;}
 OL { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt;}
 A:hover { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; font-size: 9pt; color: rgb(189,0,198); font-weight: bold;}
 
 /* - - - - - - - - - - IMAGES - - - - - - - - - - */

img { border: 0; display: block; }

img.center { clear: both; margin: 20px auto; }

img.left { clear: left; float: left; margin: 0 10px 10px 0; }

img.left-nofloat { clear: left; margin: 0 20px 20px 0; }

img.right { clear: right; float: right; margin: 0 40px 10px 10px; }

img.auto { clear: right; float: right; margin: 0 40px 20px 40px; }


img.center-noborder { border: none; clear: both; margin: 10px auto; }


IMG.FloatLeft 	{ float: left; margin: 0 5px 5px 0; }

IMG.FloatRight 	{ float: right; margin: 0 0 5px 5px; }

.imgborder {/* This adds the border */
padding:10px;
border:solid;
border-color: #1e5c86 #041F31 #041F31 #1e5c86;
border-width: 1px 2px 2px 1px;
background-color:white;
}
.imgborder-Left {/* This adds the border */
padding:10px;
border:solid;
border-color: #1e5c86 #041F31 #041F31 #1e5c86;
border-width: 1px 2px 2px 1px;
background-color:white;
float:left;
margin: 0 10px 10px 5px;

}
.imgborder-Right {/* This adds the border */
padding:10px;
border:solid;
border-color: #1e5c86 #041F31 #041F31 #1e5c86;
border-width: 1px 2px 2px 1px;
background-color:white;
float:Right;
margin: 0 10px 10px 10px;
}
 
