.title {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color : #364970;
} 
.text {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
} 

.copyright {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
} 
.label {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
} 
.outerTable {
	background-color : #cccccc;
}
.innerTable {
	background-color : #eeeeee;
}

.borderColor {background-color: #cccc99; }
.tanBorderColor {background-color: #e4e4c6; }

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background-color : #ffffff;
}

hr { color: #b1c2dd; height: 1px; }

p { font-family: Arial, Verdana, sans-serif; font-size: 11px; font-weight: normal;} 
.p { font-family: Arial, Verdana, sans-serif; font-size: 11px; font-weight: normal;} 
td { font-family: Arial, Verdana, sans-serif; font-size: 12px; } 
.td { font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: normal;} 

a { font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: normal; color : #364970;}

input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

option {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* message types */
.errorMessage {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #aa0000;
   font-weight: bold;
}

.warnMessage {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #aa3300;
   font-weight: bold;
}

.infoMessage {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #33aa00;
   font-weight: bold;
}

.goodMessage {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #008800;
   font-weight: bold;
}
/* end message types*/


/* login styles */
.loginTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color : #ffffff;
	font-weight: bold;
	background-color : #364970;
}

.loginText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color : #000000;
   font-weight: bold;
}

.loginOuterTable {
	background-color : #364970;
}

.loginInnerTable {
	background-color : #CCE0FF;
}

.loginSubmitButton {
	background-color : #FFFAED;
	border-left-color : #364970;
	border-right-color : #364970;
	border-top-width : 2;
	border-right-width : 2;
	border-left-width : 2;
	border-top-color : #364970;
	border-bottom-color : #364970;
	border-bottom-width : 2;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-style : solid;
	border-right-style : solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : bold;
    color: #364970;
}

/* end login styles */