/* Stylesheet */

a			{ font-family:Verdana,Georgia,Trebuchet MS; color:#000000; }
a.hover	{ font-family:Verdana,Georgia,Trebuchet MS; color:red; }
a.visited	{ font-family:Verdana,Georgia,Trebuchet MS; color:#000000; }


#elButton a {
		color:#808080;
		background-color:#e8e8e8;
		font-size:11px;
		font-family:Verdana,Georgia,Trebuchet MS;
		font-weight:bold;
		text-decoration:none;
		border:2px outset grey;
		display: block;
		width: 100px;
		height:30px;
		padding: 5px 5px;
		margin: 0px;
}

#elButton a:hover {
		color:red;
		padding-left:4px;
		border:2px inset grey;
		background-image: url('images/button2.jpg');

}



font	{  font-family:Verdana,Georgia,Trebuchet MS; font-size:9pt;}

font.small	{ font-size:8pt; }
font.medium	{ font-size:9pt; }

a.small		{ font-size:8pt; }
a.medium	{ font-size:9pt; }

input.field	{ font-size:8pt; }

p	{ margin-top:3;  margin-bottom:3; }

h1, h2, h3, h4, h5, h6	{ margin-top:3;  margin-bottom:3;  }

h1	( font-size:13pt; }
h2	( font-size:12pt; }
h3	( font-size:11pt; }
h4	( font-size:10pt; }
h5	( font-size:9pt; }
h6	( font-size:8pt; }