body {
	background-color: #e0e0e0;
}

body.content {
	background: #cecbd2 fixed url('images/paisley.png') no-repeat 100% 100%;
	margin: 0px; padding: 0px;
	font-family: "Lucida Bright", Verdana; 
	font-size: 12pt;
	color: #61536D; 
	
	scrollbar-arrow-color     : #ffffff;
	scrollbar-track-color     : #e0e0e0;
	scrollbar-face-color      : #d0ccd3;
	scrollbar-highlight-color : #cecbd2;
	scrollbar-3dlight-color   : #d3d3d9;
	scrollbar-shadow-color    : #c9c6cc;
	scrollbar-darkshadow-color: #c6c3c9;
}

a { 
	font-family: "Lucida Bright", Verdana; 
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px dashed Transparent; border-bottom: 1px dashed Transparent;
	color: #DD4949; 
}

a:hover {
	border-top: 1px dashed white; border-bottom: 1px dashed white;
}

a.nohover:hover { border-top: 1px solid Transparent; border-bottom: 1px solid Transparent; }

h1 { font-size: 24pt; display: inline; font-weight: normal; }
h2 { font-size: 14pt; display: inline; font-weight: normal; }

hr { width: 100%; height: 1px; border: none; background-color: #ffffff; color: #ffffff; }

iframe { margin: 16px; margin-top: 54px; background: url('images/paisley.png') no-repeat 100% 100%; }

img { border: none; }

li { padding-bottom: 8px; }

td { 	
	font-family: "Lucida Bright", Verdana; 
	font-size: 11pt;
	color: #7B7171; 
}
th { text-align: left; }

table.bordered     { border: none; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }
table.bordered td { border: 1px solid #ffffff; border-right: none; border-bottom: none; }

table.container { 
	width: 800px; 
	background-color: #cecbd2;
	border: 1px solid #c0c0c0; 
	font-family: "Lucida Bright", Verdana; 
	font-size: 14pt;
	color: #ffffff; 
}

.menu {
	padding: 16px; padding-left: 0px;
	border-right: 1px solid #ffffff; border-top: 1px solid #ffffff;
}
