/* CSS Document */

BODY {
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 13px;
	color : #333333;
	background-color: #333399;
	padding: 5px;
}

div.container {
  background-color: #FFFFFF;
  width: 750px;
  margin:0 auto; /*center hack*/
  padding: 5px;
  text-align: center;
}

.border{
  border: 1px solid #888888;
}


.blue {
	color: #225CA5;
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 12px;
}


.footer {
	color: #FFFFFF;
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 12px;
}

.menu {
	color: #225CA5;
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 16px;
	font-weight: bold;
}

.title {
	color: #225CA5;
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 18px;
	font-weight: bold;
}

a:link {
	color : #225CA5;
	text-decoration : none;
}

a:visited {
	color : #377EF3;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a.blue:link {
	color : #225CA5;
	text-decoration : none;
}

a.blue:visited {
	color : #225CA5;
	text-decoration : none;
}

a.blue:hover {
	text-decoration : underline;
}

a.footer:link {
	color : #FFFFFF;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.footer:hover {
	text-decoration : underline;
}

a.menu:link {
	color : #225CA5;
	text-decoration : none;
	font-size: 16px;
}

a.menu:visited {
	color : #225CA5;
	text-decoration : none;
	font-size: 16px;
}

a.menu:hover {
	color : #FFFFFF;
	font-size: 16px;
}