/* CSS Document */

HTML,BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 0;
	padding: 0;
	height: 100%;
	border:none;
}

TABLE {
font-family:Arial, Helvetica, sans-serif;
font-size : 12px;
border-collapse: collapse;
border-spacing: 0px;
padding: 0px;
}

TD {
font-family:Arial, Helvetica, sans-serif;
font-size : 12px;
}

A {
color:#ef393a;
}

A:HOVER {
color:#ef393a;
text-decoration:none;
}

ul
{
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px; /* Pull the margin back for NS4.7 */
    padding-left: 0px;
}

ul li
{
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 32px; /* Push the list back in for non NS4.7 browsers */

}

ol
{
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px; /* Pull the margin back for NS4.7 */
    padding-left: 0px;
}

ol li
{
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 32px; /* Push the list back in for non NS4.7 browsers */
}


.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-style: inset;
	border-width : 1px 1px 1px 1px;
	padding-left: 5px;
	padding-right: 5px;
	background:transparent;
}


.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	border-style : outset;
	border-width : 2px 2px 2px 2px;
	background:transparent;
}

.fullheight{height:100%}

.color1{
color:#FFFFFF;
}

.border1{
border:solid 1px #FFFFFF;
}
.border2{
border:solid #FFFFFF;
border-width : 1px 0px 1px 0px;
}

.small{ 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

p { 
	padding-top: 0px;
	margin-top: 0px;
}

h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}