@charset "utf-8";
/* Common generic css */

* {
	margin:  0;
	padding: 0;
}

body {
	margin:     0;
	padding:    0;
	text-align: center;
	background-color: #FFFFFF;
	color:#414040;
	overflow:hidden;
}

div#container {
	display: block;
	position: absolute;
	left: 14px;
	width: 760px;
}

div#content {
	padding:0 5px;
	display: block;
	width: 760px;
	text-align: left;
	background-color:#FFFFFF;
	height:920px;
	position:relative;
	left:1px;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #faae45;
	text-decoration: none;
}

a.org:link {
	color: #949494;
	text-decoration: none;
	font-weight:normal;
}

a.org:visited {
	color: #949494;
	text-decoration: none;
	font-weight:normal;
}

a.org:hover {
	color: #414040;
	text-decoration: none;
	font-weight:normal;
}


a.pink:link {
	color: #faae45;
	text-decoration: none;
	font-weight:normal;
}

a.pink:visited {
	color: #faae45;
	text-decoration: none;
	font-weight:normal;
}

a.pink:hover {
	color:#CCCCCC;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey:link {
	color: #414040;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey:visited {
	color: #414040;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey:hover {
	color: #ffb03a;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey2:link {
	color: #ffb03a;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey2:visited {
	color: #ffb03a;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey2:hover {
	color: #ffb03a;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey5:link {
	color:#ffb03a;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey5:visited {
	color:#ffb03a;
	text-decoration: none;
	font-weight:normal;
}

a.ggrey5:hover {
	color:#CCCCCC;
	text-decoration: none;
	font-weight:normal;
}

a.whitee:link {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	/* font-weight:bold; */
}

a.whitee:visited {
	color: #666666;
	text-decoration: none;
	/* font-weight:bold; */
}

a.whitee:hover {
	color:#666666;
	text-decoration: underline;
	/* font-weight:bold; */
}

a.redd:link {
	color: #993333;
	text-decoration: none;
	font-weight:normal;
}

a.redd:visited {
	color: #993333;
	text-decoration: none;
	font-weight:normal;
}

a.redd:hover {
	color: #1f1f1f;
	text-decoration: none;
	font-weight:normal;
}

a.green:link {
	color: #4c760a;
	text-decoration: none;
	font-weight:normal;
}

a.green:visited {
	color: #4c760a;
	text-decoration: none;
	font-weight:normal;
}

a.green:hover {
	color: #1f1f1f;
	text-decoration: none;
	font-weight:normal;
}

a.blue:link {
	color: #1f3b75;
	text-decoration: none;
	font-weight:normal;
}

a.blue:visited {
	color: #1f3b75;
	text-decoration: none;
	font-weight:normal;
}

a.blue:hover {
	color: #1f1f1f;
	text-decoration: none;
	font-weight:normal;
}

a.purple:link {
	color:#663399;
	text-decoration: none;
	font-weight:normal;
}

a.purple:visited {
	color:#1f3b75;
	text-decoration: none;
	font-weight:normal;
}

a.purple:hover {
	color:#1f1f1f;
	text-decoration: none;
	font-weight:normal;
}

a.vgrey:link {
	color:#333333;
	text-decoration: none;
	font-weight:normal;
}

a.vgrey:visited {
	color:#666666;
	text-decoration: none;
	font-weight:normal;
}

a.vgrey:hover {
	color:#666666;
	text-decoration: none;
	font-weight:normal;
}

a.ngrey:link {
	color:#949494;
	text-decoration: none;
	font-weight:normal;
}

a.ngrey:visited {
	color:#949494;
	text-decoration: none;
	font-weight:normal;
}

a.ngrey:hover {
	color:#ffae38;
	text-decoration: none;
	font-weight:normal;
}

input.btn{
   color:#FFFFFF;
   width:65px;
   height:25px;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#00bedc;
   border:1px solid;
   border-color:#009dc7;
}

a:link {
	color: #949494;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #949494;
}
a:hover {
	text-decoration: underline;
	color: #feaf39;
}
a:active {
	text-decoration: none;
	color: #949494;
}