/* GLOBAL STYLES */

body {
	text-align:center;
	font-family: Trebuchet, Arial, Tahoma, Verdana;
	font-size: 10px;
	background-color : #FFFFFF;
	color : black;
}

body a{
	color : #006;
	text-decoration:none;
}

body a:hover{
	color : #474742;
	text-decoration:underline;
}

#homepage {
	background-color : #FFFFFF;
}

#content {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 12px;
	color : black;
}

#content a{
	text-align:left;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 14px;
	color : #EF4369;
}

#content a:hover{
	text-align:left;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 14px;
	color : #0C0;
}

#date {
	text-align:center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight:bold;
	color : #EF4369;
	text-decoration:none;
}

/* NAVIGATION STYLES */

#navigation {
	text-align:center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight:bold;
	color : #FFF;
	text-decoration:none;
}

#navigation a{
	color : #FFF;
	font-size: 12px;
	text-decoration:none;
}

#navigation a:hover{
	color: #0C0;
	font-size: 12px;
	text-decoration:none;
}

#topnavigation {
	text-align:center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 20px;
	font-weight:bold;
	color : #666;
	text-decoration:none;
}

#topnavigation a{
	text-align:center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight:bold;
	color : #CCC;
	text-decoration:none;
}

#topnavigation a:hover{
	color: #0C0;
	font-size: 18px;
	text-decoration:none;
}

/* SIGNPOST STYLES */

#signpost {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 25px;
	font-weight:bold;
	color : #EF4369;
	text-decoration:none;
}

#signpost a{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 25px;
	font-weight:bold;
	color : #EF4369;
	text-decoration:none;
}

#signpost a:hover{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 25px;
	font-weight:bold;
	color: #0C0;
	text-decoration:none;
}

#signpost a:visited{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 25px;
	font-weight:bold;
	color: #EF4369;
	text-decoration:none;
}

/* LARGE TEXT STYLES */

h1 {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 30px;
	font-weight:bold;
	color : #EF4369;
	text-decoration:none;
}

h1 a{
	color : #EF4369;
}

h1 a:hover{
	color: #474742;
	text-decoration:underline;
}

h2 {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight:bold;
	color : #EF4369;
	text-decoration:none;
}

h3 {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight:bold;
	color : #999;
	text-decoration:none;
}

h3 a{
	color : #EF4369;
}

h3 a:hover{
	color: #0C0;
	text-decoration:none;
}

/* FOOTER STYLES */

#footer {
	font-family: Trebuchet, Tahoma, Verdana;
	font-weight:normal;
	color: #999;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	font-weight:normal;
	color: #999;
	font-size: 10px;
}

#footer a:hover {
	text-decoration: underline;
	font-weight:normal;
	font-size: 10px;
	color: #0C0;
}



