body,td,ul,ol,li,p,.p {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

b, .b { font-weight: bold; }
i, .i { font-style: italic; }
.alert { color: Red; }
small, .small { font-size: 10px; }
.br { color: Red; font-weight: bold; }

table.border {
	border-color: navy;
	border-style: solid;
	border-width: 0 1px 1px 0
}

table.border td, table.border th {
	border-color: navy;
	border-style: solid;
	border-width: 1px 0 0 1px
}

table.noborder { border-width: 0 0 0 0 }
table.noborder td, table.noborder th { border-width: 0 0 0 0 }

th { font-size: 13px; background-color: #EBEBEB; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

hr {
	background: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;
	height: 1px
}



.menu,a.menu { 
	font-size: 12px; 
	font-weight: bold; 
	color: Navy; 
	text-decoration: none; 
}

h1,.h1 {
	color: #356ca5; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	margin-bottom: 6px;
}
h2,.h2 {
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px;
}
h3,.h3 {
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a:hover { text-decoration: none; color: Red; }
form { margin: 0px 0px 0px 0px; }

input,select,textarea {
	font-size: 11px; 
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	background-color: White;
	border-left:  #9A9A98 1px solid; 
	border-right: #9A9A98 1px solid; 
	border-top: #9A9A98 1px solid; 
	border-bottom: #9A9A98 1px solid; 
	font-weight : bold;*/
}

input.submit {
	background-color: #05398B;
	border-top:		#01274e 1px solid; 
	border-bottom:	#01274e 1px solid; 
	border-left:	#01274e 1px solid; 
	border-right:	#01274e 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: White;
	font-weight: bold;
}


