/* Section 1: General WIV styles */
html, body {
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:	12px;
	height:         100%;
	margin:         0;
	padding:        0;
	background:     white;
	color:          black;
}

hr {
        margin-left:    10px;
        margin-right:   10px;
        padding:        0;
        text-align:     left;
        width:          100%;
        height:         2px;
        color:          blue;
        border:         0;
}

p {
	font-size:	12px;
	text-indent:    2%;
	margin:         10px;
	color:          black;
}

table {
	font-size:	12px;
	color:		black;
}

td {
	font-size:	12px;
}


ul {
	font-size:	12px;
	color:		red;
}

.black {
	color:		black;
}

.blue {
	color:		blue;
}

.header1 {
	font-size:      24px;
	text-align:     center;
}


.bttn0 {
	font-size:	16px;
	vertical-align:	middle;
	background-color: buttonface;
}

.bwhite {
	bgcolor:	white;
}

.header {
        font-size:      16px;
        text-align:     center;
        vertical-align: middle;
        background-image: url(/img/bluebar.png);
}

.header0 {
        font-size:      20px;
        text-align:     center;
        vertical-align: middle;
}
.header14 {
        font-size:      14px;
        text-align:     center;
        vertical-align: middle;
}

.header1 {
        font-size:      16px;
	    font-weight:	bold;
        text-align:     left;
        vertical-align: middle;
        background-image: url(/img/bluebar.png);
}

.redborder {
	border:		thin solid red;
	padding:	3%;
}

.rightheader {
	font-size:	16px;
	font-weight:	bold;
	text-align:	right;
	vertical-align:	top;
}

.lead {
	font-size:	24px;
}

.sheader  {
	font-size:	16px;
	color:		black;
	font-weight:	bold;
	text-decoration: none;
}

.sbheader  {
	font-size:	14px;
	color:		black;
	font-weight:	bold;
	text-align:	center;
	text-decoration: none;
}

.sredheader  {
	font-size:	14px;
	color:		red;
	font-weight:	bold;
	text-align:	center;
	text-decoration: none;
}

.blueheader  {
	font-size:	14px;
	color:		blue;
	font-weight:	bold;
	text-align:	center;
	text-decoration: none;
}

.smtext {
        font-size:	0.8em;
        color:		red;
}

.smtext#gsearch {
        font-size:	0.8em;
        color: #660033;
		background-color: transparent;
		font-family: Verdana, Arial, Helvetica, sans-serif, Fixedsys;
		font-style: normal;
		font-variant: small-caps;		
}

.mainheader {
	font-size:	40px;
	font-weight:	bold;
	color:		black;
	text-align:	center;
}

