/***************************************************
design.css

All styles that set design elements such as fonts, colors etc.

No structural elements will be defined within this file.


******************************************************/

body{
	font-family:arial;
	font-size:12px;
}

p{
	font-family:arial;
	font-size:12px;
}

.link a{
	color:#666666;
	text-decoration:none;
}

.link a:hover{
	text-decoration:underline;
}

td.message{
	text-align:center;
	color:#8A1F03;
	font-size:14px;
	font-weight:bold;
	font-family:verdana;
}

#errorMessage{
	text-align:center;
	color:#8a1f03;
	font-size:14px;
	font-weight:bold;
	font-family:verdana;
}

h2 a{
	color:#000000;
	font-family:arial;
	font-size:14px;
	text-decoration:none;
}

h2 a:hover{
	text-decoration:underline;
}

h3{
	margin-left:20px;
	margin-top:0px;
}
h3 a{
	color:#000000;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
}

h3 a:hover{
	text-decoration:underline;
}

p.indented{
	margin-left:50px;
}

input.large{
	width:300px;
}

input.medium{
	width:200px;
}

input.small{
	width:50px;
}

textarea.large{
	width:300px;
	height:100px;
}
textarea.medium{
	width:200px;
	height:50px;
}
select.large{
	width:300px;
}