/*
color scheme:

293541  almost black
627e99  grey/blue
0055a8  dark blue
3d93e8  blue
a9c8e7  light blue
*/

body {
	margin:				 			0 0 0 0;
	background-color: 	#ffffff;
	font-family: 				'Lucida Grande', Helvetica, Verdana, sans-serif; 
	font-size: 					.75em;
	color:							#293541;
}
form {
	zoom : 1;

}
a {
	text-decoration: none;
	color: #627e99;
}
	a:hover {
		color: #a9c8e7;
	}

	a.delete {
		height: 18px;
		width: 52px;
		margin-right: 50px;
		background: url(../../images/delete.gif) no-repeat;        
		display: block;
		float: left;
		text-align: center;
	}

	a.delete:hover {
		height: 18px;
		width: 52px;
		background: url(../../images/deleteover.gif) no-repeat;        
	}


p {
	text-align:justify;
}

blockquote, .quote {
	padding-left: 2em;
	font-style: italic;
}

h1 {
	margin: 				0;
	padding: 				0;
	text-align: 		left;
	font-variant:		small-caps;
}

h2 {
	margin: 				0;
	padding: 				0 20px 0 0;
	font-size: 			20px;
	text-align: 		right;
	font-variant:		small-caps;
}

h3 {
	padding: 				0;
	color:					#0055a8;
	font-variant:		small-caps;
	margin:					0 0 10px 0;
	font-size:			15px;
	font-style: 		italic;
}



.bar {
 	border-bottom: 	1px solid #a9c8e7;
	font-size: 			0px;
	margin: 				0 0 8px 0;
}


