/* Presentation Stylesheet */

a:link { color: #990000; background: transparent; text-decoration: none; }
a:visited { color: #990000; background: transparent; text-decoration: none; }
a:hover { color: #FFF; background: transparent; text-decoration: none; }
a:active { color: #990000; background: transparent; text-decoration: none; }

h2, h3 {
	font-size:10pt;
	margin:0px 30px 10px 30px;
	color: #990000;
	line-height: 20px;
	border-top-style: none;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #333333;
	/* clear: both; */
}

h4 {
	font-size:10pt;
	margin:0px 30px 10px 30px;
	color: #990000;
}

p {
	padding: 0;
	margin: 0px 30px 10px 30px;
	line-height: 12px;
}

ul {
	list-style-type: disc;
	padding: 0px 0px 0px 35px;
	margin: 0 0 0 0;
}

br.break { clear: both; }

#r-col h2 {
	width: 196px; height: 15px;	
	margin: 0 0 10px 0;
	padding: 1px 0px 0px 3px;	
	border-style: none;
	line-height: 15px;
	background-color: #990000;	
	font-size:11px;
	color: #aaaaaa;
}

#r-col p { margin: 0 0 0 0; line-height: 12px;}

img { background: #eee; border: 2px solid #ffffff; }
img.menu { background: #eee; border: 0px; padding: 0 0 0 0; margin: 0 0 0 0; }
img.nobg { background: none; border: 0px solid black; }

/* p image classes */
p.picborder { border: 0px solid gray; margin: 0px 0px 0px 0px; }
p.left { border: 0px solid gray; float: left; margin: 0px 10px 3px 30px; padding: 0 0 0 0; }
p.right { border: 0px solid gray; float: right; margin: 0px 30px 3px 10px; }

textarea {
background-color: #fff; font-family:Arial,Geneva,Helvetica,sans-serif; font-size: 12px; font-weight: normal; color: #000; border:1px solid #990000;
height: 70px;
width: 270px;
}

input {
font-family: Arial,Geneva,Helvetica,sans-serif; font-size: 12px; font-weight: normal; 
}

select {
font-family: Arial,Geneva,Helvetica,sans-serif; font-size: 12px; font-weight: normal; 
}
/* { border: 1px solid #F00; }
