body {
text-align: center;
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
font: 12px/150% "Lucida Grande", lucida, Geneva, Arial, sans-serif;
color: #191919;
background-image: url(../images/body_bg.jpg);
background-repeat: repeat-x;
}

a:link {color: #ff0000;
text-decoration: underline; }

a:visited {color: #ff0000;
text-decoration: underline; }

a:hover {color: #007fff;
text-decoration: underline; }


/*And we begin the basic in page HTML styles*/

ul {
margin: 0px;
padding: 0px 5px 5px 25px; }

li {
margin: 0px;
padding: 0px;
list-style-type: circle;
list-style-position: outside; 
}

h1 {
margin: 0px;
padding: 12px 0px 3px 43px ;
font-weight: bold;
background-image: url(h2.gif);
background-repeat: no-repeat;
color: #666666;
font-size: 18px;
}

h2 {
color: #666666;
font-size: 16px;
margin: 0px;
padding: 5px 0px 0px 25px; }

img.samples {
margin: 5px 10px 10px 0px;
padding: 5px;
background: #eeeeee;
border: 1px #333333 solid;
display: block;
float: left; }

p.portext {
font: 12px/100% "Lucida Grande", lucida, Geneva, Arial, sans-serif;
height: 170px; }

fieldset {
	background: #f9f9f9;
	border: 1px solid #999999;
margin: 0px 20px 0px 20px;
	padding: 10px;
	clear: both;
}

p.legend {
	background: #ffffff;
	border: 1px #0099ff solid;
	padding: 5px;
	font-weight: bold;
	margin: 0;
	clear: both;
}



.red {
color: #ff0000; }



