


.clearbox { 
    BORDER-TOP-WIDTH: 0px; 
    BORDER-LEFT-WIDTH: 0px; 
    BORDER-LEFT-COLOR: #eeeeee; 
    BORDER-BOTTOM-WIDTH: 0px; 
    BORDER-BOTTOM-COLOR: #eeeeee; 
    COLOR: #000080; 
    BORDER-TOP-COLOR: #eeeeee; 
    BACKGROUND-COLOR: #eeeeee; 
    BORDER-RIGHT-WIDTH: 0px; 
    BORDER-RIGHT-COLOR: #eeeeee; 
    }

.dottedbottom
{
    border-bottom-width: 1px; 
    border-bottom-color:#4370b7; 
    border-bottom-style:dotted;
}

.dottedborder
{
    border-top-width: 1px; border-top-color: #4370b7; border-top-style:dotted;
    border-left-width: 1px; border-left-color: #4370b7; border-left-style:dotted;
    border-bottom-width: 1px; border-bottom-COLOR: #4370b7; border-bottom-style:dotted;
    border-right-width: 1px; border-right-color: #4370b7; border-right-style:dotted;
    color: #000080; 
    background-color: #eeeeee; 
}

.heading 
    {
    font-family: arial; 
    font-size:20px; 
    font-weight:bold; 
    color: #4370b7; 
    }

.subheading 
    {
    font-family: arial; 
    font-size:18px; 
    font-weight:bold; 
    color: #4370b7; 
    font-style: italic;
    }

.bodytext 
    {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
    }

input, textarea, select {
		font-family: monospace, Arial, Verdana, Helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 9pt; color: #4370b7; 
		border-top-style: groove; 
		border-right-style: groove; 
		border-left-style: groove; 
		border-bottom-style: groove;
	}

/* NAWB specific styles */

.style5 {
	color: #22558A;
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}

.style6 {
	color: #304A87;
	font-weight: bold;
}

.style8 {color: #333333}
.style10 {color: #22558A}
.style11 {
	color: #AE1C31;
	font-weight: bold;
}

.style12 {color: #304A87}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

a {
	font-size: 13px;
	color: #73c04d;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #73c04d;
}
a:hover {
	text-decoration: none;
	color: #73c04d;
}
a:active {
	text-decoration: none;
	color: #73c04d;
}


