/* Copyright © 2006-2007 Rivet Software, Inc. All rights reserved. */

@import url(/inc/css/fonts.css);
@import url(/inc/css/layout.css);
@import url(/inc/css/objects.css);

html, body {
    margin:5px;
	background-color:#FFFFFF;
}

/* Set primary styles for entire page */
body, table {
    font-family: Helvetica, Arial, san-serif;
    font-size: 8pt;
}

.secbak {
    background-image:url(/images/header/SECHeaderBckGrnd2.jpg);
    background-repeat:repeat-x;
    background-color:#FFFFFF;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px
}

.toggleMe {
	border: 1px solid black;
	cursor: pointer;
	float: left;
	font-weight: normal;
	height: 9px;
	line-height: 9px;
	width: 9px;
} 

a:link { color:#000000; text-decoration:none}
a:active { color:#000000; text-decoration:none}
a:visited { color:#000000; text-decoration:none}
a:hover { color:#2f4497; text-decoration:none}

optgroup {
	background-color: #fdd;
	color: black;
}

option {
	background-color: white;
	color: black;
}
