/* CSS Document */

		body{
		background-color:#BEC4D4;
		margin:0px;
		padding:0px;
		text-align:center;
		}
		
		#main-table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 920px;
	height: 100%;
	text-align:center;
}

		
		#index{
		width:507px;
		margin:0px auto 0px auto;
		padding:0px;
		text-align:left;
		}
		
		#osq{
		background-image:url(../images/osq-index-background.gif);
		height:333px;
		}
		
		#list{
		width:230px;
		margin:50px 0px auto auto;
		padding:0px;
		float:right;
		text-align:left;}
		
		ul{
		padding:0px;
		margin:0px;
		list-style:none;
			}
		
		ul li{
		height:20px;
		padding:0px 0px 0px 30px;
		margin:0px;
		background-image:url(../images/quartet_hoop.gif);
		background-repeat:no-repeat;
		background-position:center left;}
		
		p{
		color:#46484d;
		font-weight:bold;
		text-align:left;
		margin:15px 0px 15px 0px;
		padding:0px;
		}
		
		.quotes p {
	font-size: 11pt;
		}

		.quotes-red p {
	font-size: 11pt;
	color: #881133;
		}
		
		a {
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #4A6594;
}
		a:hover { color: #805566; text-decoration: underline; }
		a:link { color: #4A6594; }
		a:visited { color: #4A6594; }
h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCFFFF;
}
