@charset "UTF-8";
/* CSS Document */

a, a:visited {
	text-decoration: none;
	color: red
}

a:hover {	
	text-decoration: underline;
}

#choicesspread {
	letter-spacing: 4px;		
}

.smallersubpage {
	padding-left: 50px;	
	padding-top: 75px;
}

.grayline {
	color: #666;
}
.regularsubpage {
	padding-left: 50px;	
	padding-top: 10px;
}

.strategysubpage {
	padding-left: 10px;	
	padding-top: 50px;
}

#closebox {
	position: absolute;
	top: 10px;
	right: 15px;
}

#closeboxstatic {
	position: fixed;
	top: 10px;
	right: 15px;
}

#closeboxbottom {
	position: absolute;	right: 15px;
	padding-bottom: 30px;
}

#closeboxbottomstatic {
	position: fixed;	right: 15px;
	padding-bottom: 30px;
}

p.title{
	margin-bottom:4px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;	
	
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;	
}

#textcontent {
	width:473px;
}

#smalllogo {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

#leftphoto {
	position: absolute;
	right: 300px;
}

area.areazoom { cursor: url(magnify.cur), -moz-zoom-in;  }


p#blacklink a { cursor: url(magnify.cur), -moz-zoom-in;  }
p#blacklink a:link {color: black;}
p#blacklink a:visited {color: black;}
p#blacklink a:hover {color: black;}
p#blacklink a:active {color: black;}

p#zoomout a { cursor: url(magnify.cur), -moz-zoom-out;  }
p#zoomout a:link {color: url(magnify.cur), -moz-zoom-out;}
p#zoomout a:visited {color: url(magnify.cur), -moz-zoom-out;}
p#zoomout a:hover {color: url(magnify.cur), -moz-zoom-out;}
p#zoomout a:active {color: url(magnify.cur), -moz-zoom-out;}

#righttextbox {
	width: 224px;
	position: absolute;
	top: 150px;
	right: 55px;
	
}

#rightcaption {
	position: absolute;
	top: 425px;
	right: 44px;
	width: 235px;
}
#rightcaptionwider {
	position: absolute;
	top: 425px;
	right: 23px;
	width: 256px;
}
.redtext {
	color: red;
}
