/* BODY class */
body {
	background: #0033FF url(/images/banner.jpg);
	background-repeat: no-repeat;

	margin-left: 0px;
	margin-top: 103px;
	padding: 0px;
}

/* Table classes */
table, tr, td {
  	font-size: 11pt;
	color: #FFFFFF;
}

/* A classes */
a:link, a:active {
	color: #FFFFFF; 
}

a:visited {
  	color: #FFFFFF; 
}

/* DIV classes */
DIV.menubar {
	background: white url(/images/banner_sm.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 750px;

	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 13pt;
	color: #FFFFFF;
}

DIV.content {
	background: white url(/images/banner_body.jpg);
	background-repeat: repeat-y;
  	width: 750px;
  	margin-top: 0px;
  	margin-left: 0px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
  	font-family: sans-serif;
  	font-weight: normal;
  	font-size: 11pt;
  	color: #FFFFFF;
}

DIV.footer {
	background: white url(/images/banner_footer.jpg);
	background-repeat: repeat-y;
  	width: 750px;
  	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
  	font-family: sans-serif;
  	font-size: 8pt;
  	color: #FFFFFF;
}

/* Formatting classes */
.heading {
  	font-family: sans-serif;
  	font-weight: bold;
  	font-size: 15pt;
  	color: #FFFFFF;
}

.subheading {
  	font-family: sans-serif;
  	font-weight: bold;
  	font-size: 13pt;
  	color: #FFFFFF;
}

.subtext {
  	font-family: sans-serif;
  	font-weight: normal;
  	font-size: 11pt;
  	color: #FFFFFF;
}

.pricelistheading {
	text-align: left;
	font-family: sans-serif;
  	font-weight: bold;
	text-decoration: underline;
  	font-size: 12pt;
  	color: #FFFFFF;
}

.pricelistsmall {
	font-family: sans-serif;
  	font-weight: normal;
  	font-size: 9pt;
  	color: #FFFFFF;
}

.itlc {
	font-family: sans-serif;
  	font-weight: normal;
	font-style: italic;
  	font-size: 11pt;
  	color: #FFFFFF;
}

.lovestory {
	font-family: Book Antiqua;
  	font-weight: bold;
	font-style: italic;
  	font-size: 16pt;
  	color: #FFFFFF;
}

.pswp {
	font-family: Book Antiqua;
	text-align: center;
  	font-weight: bold;
	font-style: italic;
  	font-size: 18pt;
  	color: #FFFFFF;
}

.bld {
	font-family: sans-serif;
  	font-weight: bold;
  	font-size: 11pt;
  	color: black;
}

.bldwhite {
	font-family: sans-serif;
  	font-weight: bold;
  	font-size: 11pt;
  	color: white;
}

.blditlc {
	font-family: sans-serif;
  	font-weight: bold;
	font-style: italic;
  	font-size: 11pt;
  	color: #FFFFFF;
}

/*
li {
  	font-family: sans-serif;
  	font-weight: bold;
  	font-size: 10pt;
	color: #000000;
	list-style-type: disc;
}
*/

td {
    font-family: arial, sans-serif;
}

.navlink {
	color: #197B30; 
	font-family: sans-serif; 
	font-size: 11pt;
	font-weight: bold;
	}

a:link.navlink  {color : #FFFFFF;}
a:visited.navlink  {color : #FFFFFF;}
a:active.navlink  {text-decoration: none;}
a:hover.navlink  {text-decoration: none;}
