/* Default CSS Stylesheet for a new Web Application project */

body {
	background-color: #EEEEEE;
	font-family: Verdana;
	font-size: 10px;
}

body.beige {
	background-color: #FFFFF8;
	font-family: Verdana;
	font-size: 10px;
}

table {
	border-collapse: collapse;
}

table.normal {
	border-collapse: collapse;
	background: #FFFFF8;
	border-color: #AAAAAA;
}

td {
	font-family: Verdana;
	font-size: 10px;
}

.instructions {
	font-family: Verdana;
	font-size: 12px;
}

.new_section {
	border-top-width: thin;
}

.error {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #AA0000;
}

.blue {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: blue;
}

.success {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0000AA;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

td.small {
	font-family: Verdana;
	font-size: 8px;
}

td.bold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.big {
	font-family: Verdana;
	font-size: 12px;
}

.header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.white_header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.big_header {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

.big_white_header {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

td.huge_white_header {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

td.huge_header {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
}

a {
	color: #003366;
}

a.visited {
	color: #003366;
}

a.active {
	color: #003366;
}

a:hover {
	color: #336699;
}

select, input, textarea {
	font-family: Verdana;
	font-size: 10px;
}