/* CSS Document */


.rightBorder {
background-image:url(images/int08-10-18a_06.jpg);
background-repeat:repeat-y;
}
.LeftBorder {
background-image:url(images/int08-10-18a_05.jpg);
background-repeat:repeat-y;
}
.borderImage {
border-style:solid;
border-color:#330066;
border-width:1px;
margin-left:5px;
}
body {
	background-image: url(images/blue-background.gif);
	background-repeat: repeat-x;
	background-color: #001C2D;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:10pt;
	color:#333333;
	line-height:130%;
}
a:link {
color:#00475F;
}
a:visited {
	color: #00475F;
}
p {
font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:10pt;
	color:#333333;
	line-height:130%;
	}
	h1 {
	font-size:14pt;
	color:#004F68;
	text-align:center;
	line-height:150%;
	}
	#members {
	border-color:#336699;
	border-width:1px;
	border-style:solid;
	}
	.LeftJImage {
	
	border-style:solid;
border-color:#330066;
border-width:1px;
margin-right:5px;
float:left;
}
.RightJImage {
	
	border-style:solid;
border-color:#330066;
border-width:1px;
margin-left:5px;
float:right;
}
.white{
	color:#FFFBF0;
	}
