body {
	font: 10px Verdana, Verdana, Arial, Helvetica, sans-serif;
}

#menu a {
	padding: 4px 0 8px 15px;
	color: #002454;
	font-weight:700;
	text-decoration: none;
}

#menu a:hover {
	text-decoration:underline;
}

.menudisable {
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #18204F;
}

fieldset {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
    height: 250px;
}

legend {
    background: #EDF1F0;
    padding: 0.5em 0.5em 1em 0.5em;
    font-size: 14px;
	font-weight: bold;
}

#loginbox {
	padding-top: 20px;
	font-weight: bold;
}

.loginfield {
	border: 1px dotted rgb(167, 168, 188); 
	margin: 0px 5px 0pt 10px; 
	padding: 0pt; 
	width: 150px; 
	font-size: 10pt;
}

#notmember {
	padding-top: 20px;
}

.title {
	font-size: 14px;
	font-weight:bold;
}

.subtitles {
	font-weight: bold;
}

/* Style for scrip */
.tab_Lobby{
	display: none;
}

.tab_Lobby_over {
	
}

.hrfrontside {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
	background: url(../../images/SG2006/hrf.gif) repeat-x;
	padding: 0;
	margin: 2px 0 4px 0;
}

.signupfield{
	border: 1px dotted rgb(167, 168, 188); 
	/*margin: 0px 5px 0pt 10px; */
	font-size: 10pt;
}

h1 {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0px;
    padding-right: 4em;
}
h1.documentFirstHeading { 
    /* Trick to avoid getting an initial blank page */
    page-break-before: avoid; 
}