
body {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	border: 0px solid #666;
        font-size: 14px;
        line-height: 16px;
        font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
        color: #000000;
	}
	
h1 {
	font-size: 17px;
	line-height: 17px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
        font-weight: bold;
	color: #000000;
	margin: 20px 0px 10px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

h2 {
        font-size: 16px;
        line-height: 16px;
        font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #000000;
        margin: 20px 0px 10px 0px; /* top, right, bottom, left */
        padding: 0px;
        }

h3 {
        font-size: 15px;
        line-height: 15px;
        font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #000000;
        margin: 20px 0px 10px 0px; /* top, right, bottom, left */
        padding: 0px;
        }

p {
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px;
	}
li {
        font-size: 14px;
        line-height: 16px;
        font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
        color: #000000;
        margin: 0px 0px 0px 0px; /* top, right, bottom, left */
        padding: 2px;
        }
	
a {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	}
	
a:link {
	color: #00C;
	font-size: 14px;
	line-height: 16px;
	}
	
a:visited {
	color: #306;
	font-size: 14px;
	line-height: 16px;
	}

table {
padding: 0px;
border: 2px;
margin: 0px;
}

th {
background-color: blue;
color: white;
font-weight: bold;
text-align: center;
border: 2px solid blue;
}


td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}

textarea {    
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        background: #fff;
        padding: 4px 4px 4px 4px;
        color: #000000;
}

.error
    {
        text-align:left;
        background-color:#EB0000;
        border-bottom:1px solid #a6a6a6;
        border-top:1px solid #a6a6a6;
        border-right:1px solid #a6a6a6;
        border-left:1px solid #a6a6a6;
        vertical-align: super;
        font-size: 14px;
        line-height: 16px;
        font-family: Arial,Verdana, Geneva, Helvetica, Arial, sans-serif;
        padding: 5px;
}
