/* CSS Document */

BODY {
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 13px;
	color : #333333;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
}

.white {
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 13px;
	color : #FFFFFF;
}

.whitesmall {
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 12px;
	color : #FFFFFF;
}

INPUT, SELECT, TEXTFIELD {
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 13px;
	color : #333333;
}

div.container {
  background-color: #FFFFFF;
  width: 750px;
  margin:0 auto; /*center hack*/
}

.border{
  border: 1px solid #888888;
}

input, select, textarea {
   font-family: "trebuchet ms", arial, sans serif;
   font-weight: none;
   vertical-align: middle;
   margin: 0px 0px 0px 0px;
   padding: 1px 1px 1px 1px;
   background: #E2E3DF;
   border: 0px;
   font-size: 12px;
   color: #666666;
}

input:hover {
   border: 0px;
   margin: 0px 0px 0px 0px;
   background: #CCCCCC;
   color: #333333;
   font-size: 12px
}

select:hover {
   border: 0px;
   margin: 0px 0px 0px 0px;
   background: #CCCCCC;
   color: #333333;
   font-size: 12px
}

textarea:hover {
   border: 0px;
   margin: 0px 0px 0px 0px;
   background: #CCCCCC;
   color: #333333;
   font-size: 12px
}

.blue {
	color: #E11936;
	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: #E11936;
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 16px;
	font-weight: bold;
}

.title {
	color: #E11936;
	font-family : "trebuchet ms", arial, sans serif;
	font-size: 18px;
	font-weight: bold;
}

a:link {
	color : #E11936;
	text-decoration : none;
}

a:visited {
	color : #666666;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a.blue:link {
	color : #E11936;
	text-decoration : none;
}

a.blue:visited {
	color : #E11936;
	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 : #E11936;
	text-decoration : none;
	font-size: 16px;
}

a.menu:visited {
	color : #E11936;
	text-decoration : none;
	font-size: 16px;
}

a.menu:hover {
	color : #333333;
	font-size: 16px;
}