/* General page attributes ----------------------------------------- */
body {
	background-color : #FFFFFF;
	border-left : 0;
	border-top : 0;
	margin-top : 0;
	margin-left: 0;
} 

td {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;	
}

input {
	background-color: #F4F4EA;
	font-size: 8pt;
	border : 1px groove #666666;
	border-style : groove groove groove groove;
}

select {
	background-color: #F4F4EA;
	font-size: 8pt;
	border : 1px groove #666666;
	border-style : groove groove groove groove;
}

textarea {
	background-color: #F4F4EA;
	font-size: 8pt;
	font-family: Arial;	
	border : 1px groove #666666;
	border-style : groove groove groove groove;
}

/* Specific ID's ----------------------------------------- */

#navLink {
	color: #000000;
}

#hint {
	background-color: #D1E0EF;
	color: #666666;
}

#navMain {
	background-color: #CCCC99;
}

#navOptions {
	background-color: #CCCCCC;
}

#navHint {
	background-color: #A2C0DF;
}

#header {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}

#sectionTitle {
	background-color: #E8E8E8;
	font-weight: bold;
}

#sectionContent {
	background-color: #FFFFFF;
}

#submit {
	background-color: #CCCCCC;
}

#actionError {
	font-weight: bold;
	color: #CC0000;
}

#actionConfirm{
	font-weight: bold;
	color: #669933;
}

#actionEmailGoBack {
	color: #FFFFFF;
}

#footer {
	background-color: #333333;
}
