body 
	{background-color:#ffffff;
	margin:0;
	text-align:center;
	background-image:url('images/lines.gif');
}

td, div, span, p
	{font-family:arial;
	font-size:12px;
	color:#333333;}

p {
	margin-top:10;
	margin-bottom:5;
	line-height: 150%;}
	
a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;}
	
#menu {
	background-image:url('images/bgMenu.jpg');
	background-repeat:no-repeat;
	height:50;
	padding-left:50;
	padding-top:10;
}

#menu a {
	color:#003399;
	font-size:12px;
}

#content {
	background-image:url('images/bgContent.jpg');
	background-repeat:repeat-y;
	height:100;
	padding-left:50;
	padding-right:50;
}

#contentBottom {
	background-image:url('images/bgContentBottom.jpg');
	background-repeat:no-repeat;
	height:50;
}

#textBlocks {
	background-color:white;
	display:none;
	height:0;}

#pageToc {
	padding: 15;
	background-image:url('images/shortcut.jpg');
	background-repeat:no-repeat;
	background-position: top right;
	background-color:#EEF1F6;
	}
	
#pageToc a {
	height:20;}
	
#footer {
	background-color:#26449D;
	color:white;
	padding:5;}
			
.pageTitle {
	font-size:20px;
	font-weight:bold;
	color:#003399;}
	
.header1 {
	font-size:14px;
	font-weight:bold;
	color:#003399;}
	
.pageIntro {
	font-size:14px;
	color:#333333;}
	
ul, ol {
	color:#333399;}	

li {
	margin-top:8;}
	
.coupon {
	border: dashed 4 #999999;
	margin:10;
	cursor:hand;
}

area {
	cursor:hand;
}