a:link {
	color: ##134A77;
} 
a:visited {
	color: ##134A77;
} 
a:hover {
	color: ##134A77;
} 
a:active {
	color: ##134A77;
} 
 
li {
	color: #134A77;
	list-style-type: square;
	margin-bottom : 0px;
} 
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #134A77;
	list-style-type: square;
	margin-bottom : 0px;
	line-height : 16px;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	padding-top: 25px;
	letter-spacing : 2px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6633;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
}
.red a:link {
	color : #CC0000;
}
.red a:visited {
	color: #CC0000;
} 
.red a:hover {
	color: #CC0000;
} 
.red a:active {
	color: #003399;
} 

body {
	background-color: #F7F5FA;
	margin: 0px;
	background-image : url(artwork/hand.gif);
	background-repeat : no-repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #134A77;
	font-size: 13px;
	line-height : 16px;
}
TEXTAREA {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	/* a bit of breathing room*/
	font-size: 12px;
	color: ##134A77;
	/* The text in white*/
	background-color: #D3E0EB;
	/* Background-color: dark blue*/
	border: solid 1px #1B69A9;
	/* and an orange border*/
	width : 250px;
} 
INPUT, SELECT {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	/* a bit of breathing room*/
	font-size: 12px;
	color: #1B69A9;
	/* The text in white*/
	background-color: #D3E0EB;
	/* Background-color: dark blue*/
	border: solid 1px #1B69A9;
	/* and an orange border*/
}
.submit {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	/* a bit of breathing room*/
	font-size: 12px;
	color: #1B69A9;
	/* The text in white*/
	background-color: #C3D4E4;
	/* Background-color: dark blue*/
	border: solid 1px #1B69A9;
	/* and an orange border*/
	width : 100px;
}

.smalltext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}