/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
BODY { 
	position: relative; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	min-width: 995px; 
	overflow-y: scroll; 
}

.maintable
{
	border: 1px solid #000;
	width: 96%;
	margin: 2%;
}
.menubar { 
	position: relative; 
	height: 24px; 
	overflow: hidden; 
}
.menubar A 
{
	line-height: 24px;
	padding: 10px 20px;
	text-decoration: none;
} 
.menubar A:hover, .menubar A:active 
{
	text-decoration: none;
	color: #000;
	background-color: #B6CEEC;
}

.pageborder {
        border: 1px solid #000000;
        text-align: left;
}
.small {
        font-size: 10pt
}
a:link {
        color: #000099;
}
a:visited {
        color: #000099;
}
a:hover {
        color: #F91A25;
}
a:active {
        color: #0000FF;
}
.fieldnameback {
        background-color: #6696D8;
        border-right: 1px solid #777;
        border-bottom: 1px solid #777;
}
table.fullwidth {
        width: 100%;
}
table.full-width {
        padding: 0px;
        width: 100%;
}
.rssimage {
        height: 100px;
}
