@charset "utf-8";
/* CSS Document */
.subtitle {
	font-family: "Trebuchet MS";
	color:#061869;
	font-size: 18px;
	padding-bottom:10px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
}
.messages {
	font-family: "Trebuchet MS";
	color:#061869;
	font-size: 32px;
	padding-bottom:10px;
	font-style:italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
}
.white_content {
	font-family: "Trebuchet MS";
	color:#e1e2e3;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
}
.gray_content_left {
	font-family: "Trebuchet MS";
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	text-align:left;
}
.gray_content_right {
	font-family: "Trebuchet MS";
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	text-align:right;
}
.gray_content_center {
	font-family: "Trebuchet MS";
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	text-align:center;
}
.news_date {
	font-family: "Trebuchet MS";
	color:#FFCC00;
	font-size: 18px;
	font-weight: bolder;
	text-transform: normal;
	letter-spacing: normal;
}
a:link {
	font-family: "Trebuchet MS";
	color:#000000;
	font-size: 12px;
	letter-spacing: normal;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	color:#000000;
	font-size: 12px;
	letter-spacing: normal;
	text-decoration: none;
}
a:hover {
	color:#D82520;
}
.lineBorderTop{
	border-top: 1px dotted #cccccc;
}
.lineBorderBottom{
	border-bottom: 1px dotted #cccccc;
}
/* gallery css */
#thumbs {width:600px}

#context p a:link, p#nav a:link { color:#FFF; text-decoration:none; background:#333;padding:2px 4px 2px 4px;}
#context p a:visited, p#nav a:visited { color:#EEE; text-decoration:none; background:#333;padding:2px 4px 2px 4px;}
#context p a:hover, p#nav a:hover{ color:#333; text-decoration:none; background:#EEE;padding:2px 4px 2px 4px;}
#context p a:active, p#nav a:active{ color:#FFF; text-decoration:none; background:#333;padding:2px 4px 2px 4px;}

p#nav {font-size:1.3em;margin-top:20px}
p#nav a {margin-right:1.2em}

p.note {color:#666;font-size:1em;margin-top:10px}
