html { overflow-y: scroll; }

html.pop { overflow: hidden; }

body {
	font-size: 11pt; 
	font-family: Courier New, monospace, Sans-serif; 
	color: #000000;
	margin: 25px 25px 25px 25px;
	background-color: #fdfaf4; }
	
body.pop {
	font-size: 11pt; 
	font-family: Courier New, monospace, Sans-serif; 
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #fdfaf4;
	background-image: url(images/pop-up-bg-01.gif);
	background-repeat:no-repeat;
	background-position:center center; }

td {
	text-align: left;
	vertical-align: top; }

td.title { 
	text-align: left;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px; }

td.main { 
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px; }
	
img.paint-page-image {
	padding: 50px 70px 50px 30px; }
	
td.paint-page-text { 
	vertical-align: middle; }
	
div.paint-page-title { 
	font-size: 15pt;
	color: #000000;
	font-weight: bold; }
		
td.paint-page-sizes { 
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	color: #000000;
	font-weight: bold; 
	padding: 0px 0px 0px 10px; }
	
td.paint-page-sizes-border { 
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	color: #000000;
	font-weight: bold; 
	padding: 4px 0px 0px 0px;
	border-bottom: 0px dashed #ffa15d; }
		
td.paint-page-orange { 
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	color: #fd6907;
	font-weight: bold;
	padding: 0px 0px 0px 0px; }
	
div.paint-page-bottom { 
	font-size: 8pt; }

td.inc_pics_shadow_r { 	background-image: url(images/shadow_r.gif); }

td.inc_pics_shadow_b { 	background-image: url(images/shadow_b.gif); }

div.main {
	border: 0px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

div.title { font-size: 13pt; font-weight: bold; }

div.sub-title { font-size: 13pt; font-weight: bold; }

div.about-menu { font-size: 11pt; }

div.white { color: #FFFFFF; }
	
div.black { color: #000000; }

div.small {
	font-size: 7pt; font-family: Courier New, monospace, Sans-serif; color: #000000; }
div.smallwhite {
	font-size: 7pt; font-family: Courier New, monospace, Sans-serif; color: #FFFFFF; }
div.smallblack {
	font-size: 7pt; font-family: Courier New, monospace, Sans-serif; color: #000000; }
div.clock {
	font-size: 7pt; font-family: Courier New, monospace, Sans-serif; color: #000000; font-weight: bold; }
	
.border {
	border: 1px solid #ffa15d; }
	
.floatright { 
    float: right; 
    margin: 0px 0px 30px 30px; }
	
.floatright2 { 
    float: right; 
    margin: 0px 0px 0px 0px; }
	
a { color: #000000; text-decoration: underline; font-weight: bold; }
a:visited { text-decoration: underline; font-weight: bold; }
a:hover { color: #ffa15d; text-decoration: underline; font-weight: bold; }
a:active { color: #ffa15d; text-decoration: underline; font-weight: bold; }

a.orange { color: #fd6907; text-decoration: underline; font-weight: bold; }
a.orange:visited { text-decoration: underline; font-weight: bold; }
a.orange:hover { color: #ffa15d; text-decoration: underline; font-weight: bold; }
a.orange:active { color: #ffa15d; text-decoration: underline; font-weight: bold; }

a.menu { color: #000000; text-decoration: none; font-weight: none; }
a.menu:visited { text-decoration: none; font-weight: none; }
a.menu:hover { color: #ffa15d; text-decoration: none; font-weight: none; }
a.menu:active { color: #ffa15d; text-decoration: none; font-weight: none; }


