/* Html ---------------------------------- */
html {
    overflow: -moz-scrollbars-vertical;
}

/* Body ---------------------------------- */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #B5F5F4;
}
/* Paragraph ---------------------------------- */
p	{
	line-height:130%;
}
/* Tiles ---------------------------------- */
.left_tile	{
	background-image: url(images/left_tile.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.right_tile	{
	background-image: url(images/right_tile.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.btm_tile	{
	background-image: url(images/btm_tile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding-bottom: 10px;
	padding-right: 15px;
}

.BodyTable	{
	background: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.padding	{
	padding: 10px;
}

/* Lines ---------------------------------- */
.gray-dotted-line	{
	background-image: url(images/gray_line.jpg);
	background-position: left;
	background-repeat: repeat-x;
}
.footer-line	{
	background: #8B8B8B;
}
/* Text Style ---------------------------------- */
.Heading{
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #666666;
	font-weight:bold;
}

.Heading-12pt	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.Heading-Blue-12pt	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #678EF8;
}

.Heading-Blue-14pt	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #678EF8;
}

.Heading-Blue-18pt	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #678EF8;
}

/* Links ---------------------------------- */
/* Standard Links ---------------------------------- */
a:link {
	text-decoration: underline;
	color: #678EF8;
}
a:active {
	text-decoration: underline;
	color: #678EF8;
}
a:visited {
	text-decoration: underline;
	color: #678EF8;
}
a:hover {
	text-decoration: none;
	color: #678EF8;
}
/* More Link ---------------------------------- */
a.more:link {
	text-decoration: underline;
	color: #0F79A5;
}
a.more:active {
	text-decoration: underline;
	color: #0F79A5;
}
a.more:visited {
	text-decoration: underline;
	color: #0F79A5;
}
a.more:hover {
	text-decoration: none;
	color: #0F79A5;
}

/* Side Nav ---------------------------------- */
a.sidenav:link {
	text-decoration: none;
	color: #0073FF;
}
a.sidenav:active {
	text-decoration: none;
	color: #0073FF;
}
a.sidenav:visited {
	text-decoration: none;
	color: #0073FF;
}
a.sidenav:hover {
	text-decoration: underline;
	color: #0073FF;
}
/* Bullets ---------------------------------- */
ul
{
	list-style-type:square;
	margin: 2em;
	padding: 1px;
	list-style-position: outside;
}
li	{
	line-height:130%;
}

/* Forms ---------------------------------- */
input.input_text {
	font-size: 10px;
	border: 1px solid #8498BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6B6B;
	padding-left: 4px;
	
}

/* Side Nav ---------------------------------- */
.ListGray {
	background-color: #F6F6F6;	
}
.ListWhite {
	background-color: White;
	padding: 10px;
}