body {
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#F5F5F6;
}
td {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
.bgsideleft {
	border-right:1px solid #F1F1F1;
	background-color:#F5F5F6;
	background-image:url(../images/sideleftbot.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.bgsideright {
	border-left:1px solid #F1F1F1;
	background-color:#F5F5F6;
	background-image:url(../images/siderightbot.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

a:link, a:visited {
	color:#DA0B0B;
	text-decoration:none;
}
a:hover, a:active {
	color:#DA0B0B;
	text-decoration:underline;
}
h1 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#15357B;
	margin:0px;
	padding:0px;
}
h1 a:link, h1 a:visited {
	color:#15357B;
 	text-decoration:none;
}
h1 a:hover, h1 a:active {
	color:#15357B;
 	text-decoration:underline;
}
.header {
	font-size:1.2em;
	font-weight:bold;
	color:#15357B;
}
.header a:link, .header a:visited {
	color:#15357B;
 	text-decoration:none;
}
.header a:hover, .header a:active {
	color:#15357B;
 	text-decoration:underline;
}
.subhead {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#15357B;
}
.subhead a:link, .subhead a:visited {
	color:#15357B;
}
.subhead a:hover, .subhead a:active {
	color:#15357B;
}
.textgrey {
	color:#858688;
}
.textsmall {
	font-size:11px;
}
.textwhite {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}


/* ----- Images ----- */
#thumbnails{
	margin: 0px;
	padding: 0px;
}
#thumbnails a:link, #thumbnails a:visited {
	text-decoration:none;
	border:3px solid #FFFFFF;
	display: block;
	padding: 3px;
}
#thumbnails a:hover{
	border:3px solid #D3D3D6;
}


/* ----- Panels ----- */
.hottitle {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/panels/hot_tm.gif);
	background-position:top center;
	background-repeat:repeat-x;
}
.hotmid {
	background-image:url(../images/panels/hot_tm.gif);
	background-position:top center;
	background-repeat:repeat-x;
}
.picborder {
	border:3px solid #FFFFFF;
}
.pictd {
	border:1px solid #D3D3D6;
}
.nexprevbg {
	background-image:url(../images/buttons/s-bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}




/* ----- Footer ----- */
.footer {
	height:30px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6E7072;
}
.footer a:link, .footer a:visited {
	color:#6E7072;
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	color:#DA0B0B;
	text-decoration:underline;
}


/* ----- Forms ----- */
form {
	margin:0px;
	padding:0px;
}
.input {
	margin:0px 0px 3px 3px;
	padding:3px;
	width:200px;
	height:22px;
	border:1px solid #CFD8DA;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858B92;
}
textarea {
	margin:0px 0px 3px 3px;
	padding:3px;
	width:200px;
	height:70px;
	border:1px solid #CFD8DA;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858B92;
}
.button {
	margin-left:3px;
	height:23px;
	background-color: #4468AD;
	border:1px solid #000000;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}
