/***** page style *****/
BODY {
	margin: 0px 0px 0px 0px;
	color : #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	font-size: 13px;
}

/**  normaltable  **/
table.normaltable {
	
	color: #000;
	background: url('images/background.gif');
	font-size: 13px;
	font-weight: normal;
	border-collapse: collapse;
	padding: 1px;
}

table.normaltable th {
	background-color: #D93418;
	text-align: left;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

table.normaltable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}


/**  footertable  **/
table.footertable {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	padding: 1px;
}

table.footertable td {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33f;
	text-decoration: none;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33f;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33f;
	text-decoration: underline;

}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33f;
	text-decoration: none;

}

.inputbox {
        z-index: -3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
}
/* contents */
h2
{
color: #FFCC02;
}
h3
{
color: #FFCC02;
}

h4
{
color: #FFE049;
text-decoration:underline;
}

.headerRow
{
background-color: #00AEEF;
text-align: center;
color: #FFFFFF;
}
.headerRow th
{color: #FFFFFF;}
.whiteText
{
color: #FFFFFF;
}

.pinkrow
{
background-color: #FFEFD9;
padding-left:5px;
text-align: center;
vertical-align: top;
}
.bluerow
{
background-color: #E1F3FD;
padding-left:5px;
text-align: center;
vertical-align: top;
}

.bluetext
{
font-size:16px;
color: #7280FF;
font-weight:bold;
}