body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #CDCDCD;
}
body {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:hover {
	color: #C07065;
	text-decoration: none;
}
.lightblueborder {
	border: solid 1px #57B1C3;
}
.whiteborder {
	border: solid 1px white;
}
.footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	line-height: 22px;
	border-top: solid 1px #A9AEB4;
	color: #878F98;
	font-size: 11px;
}
.form {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 2px solid #C07065;
	padding-left: 2px;
}
input:focus  {  background: #cdcdcd; }
textarea:focus  {  background: #cdcdcd; }

a.picLink:link, a.picLink:visited, a.picLink:hover {
	border: solid 1px black;
	/*display: block;*/
	width: 150px;
	height: 100px;
}

a.picLink:active {
	border: solid 2px #C07065;
	display: block;
	width: 150px;
	height: 100px;
}
