
/*
=Common
----------------------------------------------------
*/

A:link {
		color:#6074A1;
		text-decoration:underline;
}

A:hover {
		color:#545454;
		text-decoration:underline;
}

A:visited {
		color:#777777;
		text-decoration:underline;
}
	
	
p {margin-top:5px; line-height: 1.5em;}

h2 {font: bold 13pt Arial,Helvetica,sans-serif; margin-bottom:3px; color: #6074A1; line-height: 1.5em;}
	
a {color:#407104;}	

ol { list-style:decimal outside; line-height:1.5em;}

.subheader {font: bold 11pt Arial,Helvetica,sans-serif; margin-top:10px;  color:#6074A1; line-height:1.5em;}

ul {list-style-type: disc; margin-left: 0; padding-left: 30px; line-height: 1.5em;}

.tiny {
	font-size: 11px;
}

.counterhide {
	position: absolute;
	left: -2000px;
}

	
/* Boxes */


body {
		text-align:center;
		padding:10px;
		font:9pt arial, sans-serif;
		background-color:#49587a;
}
		

#frame  {
		text-align:left;
		margin-left: auto;
		margin-right: auto;
		border: 1px #545454 solid;
		background:#ffffff;
		width: 650px;
		position:relative;
}

#frame .main {
		width:630px;
		top:0px;
		background:#ffffff;
		position:relative;
		padding:10px;
}


	
#header {
		width:650px;
		height:35px;
		top:0px;
		position:relative;
}
	
#frame .date {
		text-align:right;
		font-weight:bold;
		color:#6c3e10;
		padding:10px;
}

	
#frame .dottedspan {
    margin:0px;
    color:#1a65ad;
	padding-bottom:10px;
	border-bottom:1px #1a65ad dashed;
}

#frame .copyright {
	margin:10px;
}


/* drop shadow */

.img-shadow {
	clear: both;
	float:left;
	background: url(/images/shadows/shadow.gif) no-repeat bottom right;
	margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;
	}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.alpha-shadow {
	clear: both;
	float:right;
	background: url(/images/shadows/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.alpha-shadow div {
  background: url(/images/shadows/shadow2.png) no-repeat left top !important;
  background: url(/images/shadows/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
  }

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px; /* white border around image */
  margin: 0;
  }