body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #FFFFFF;
}
table {
	font-size: 12px;
	border-collapse: collapse;
}
a:active {
	color: #CCFF00;
	text-decoration: none;

}
a:visited {
	color: #0033CC;
	text-decoration: none;

}
a:link {
	color: #003399;
	text-decoration: none;

}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	text-align: left;
	text-indent: 20px;
}

.roundcont {
	width: 600px;
	color: #000;
	background-image: url(graphics/grey_box.gif);
	margin: 0 auto;
}
.roundcontpics {
	width: 900px;
	color: #000;
	background-image: url(graphics/grey_box.gif);
	margin: 0 auto;
}

.roundcont p {
        margin: 0 10px;
}

.roundtop { 
        background: transparent url(graphics/grey_top_r.gif) no-repeat top right; 
}

.roundbottom {
        background: transparent url(graphics/grey_bottom_r.gif) no-repeat top right; 
}

img.corner {
   width: 20px;
   height: 16px;
   border: none;
   display: block!important;
}
/* Thanks to John for the rounded corners code
http://www.albin.net/CSS/roundedCorners */
 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
	margin: 0px;
	padding: 8px;
	background-image: url(graphics/fractal_interface/fractal_r11_c1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;


}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    margin: 0 auto;
	padding: 0px;
    border: 0px;
}.counter {
	color: #CCCCCC;
}
.greytop {
	background-image: url(graphics/grey_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
}
.greybottom {
	background-image: url(graphics/grey_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
}
.cap {
	clear: both;
	width: 80%;
	border: 1px dotted #CCCCCC;
	margin-top: 12px;
	background-color: #CAE4FF;


}
