/* Html ---------------------------------- */
html {
     overflow: -moz-scrollbars-vertical;
}
/* Body ---------------------------------- */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D6263;
	background-color: #ABD8E3;
	background-image: url(images/bg_tile.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/* Paragraph ---------------------------------- */
p	{
	line-height:130%;
}
/* Body Table ---------------------------------- */
.MainTable	{
	background-color: White;
	padding: 5px;
}

.WhiteBG	{
	background-color: White;
}

.BlueTable	{
	background-color: #EEFCFC;
	padding: 15px;
}

.GrayLine	{
	background-image: url(images/gray_line.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.Rw-White	{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	font-size: 10px;
	color: #6A7E99;

}

.Rw-Red	{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	font-size: 10px;
	color: #DB171C;
	text-align:right;
}

/* Navigation ---------------------------------- */
.NavTile	{
	font-family: Trebuchet MS;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: White;
	cursor: pointer;
	text-align:center;
	background-color: transparent;
	background-image: url(images/nav_tile.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	padding-left: 20px;
}

a.navtile:link {
	font-family: Trebuchet MS;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: White;
	cursor: pointer;
	text-decoration: none;
}
a.navtile:active {
	font-family: Trebuchet MS;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: White;
	cursor: pointer;
	text-decoration: none;
}
a.navtile:visited {
	font-family: Trebuchet MS;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: White;
	cursor: pointer;
	text-decoration: none;
}
a.navtile:hover {
	font-family: Trebuchet MS;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: White;
	cursor: pointer;
	text-decoration: none;
}

/* ReadMore Links ---------------------------------- */
a.readmore:link {
	color: #B5101C;
	text-decoration: none;
	font-weight:bold;
}
a.readmore:active {
	color: #B5101C;
	text-decoration: none;
	font-weight:bold;
}
a.readmore:visited {
	color: #B5101C;
	text-decoration: none;
	font-weight:bold;	
}
a.readmore:hover {
	color: #B5101C;
	text-decoration: none;
	font-weight:bold;	
}  

/* Footer Links ---------------------------------- */
a.footer:link {
	color: #44565B;
	text-decoration: none;
}
a.footer:active {
	color: #44565B;
	text-decoration: none;
}
a.footer:visited {
	color: #44565B;
	text-decoration: none;
}
a.footer:hover {
	color: #44565B;
	text-decoration: none;
}


/* TopNav Links ---------------------------------- */
a.topnav:link {
	color: #213E7A;
	text-decoration: none;
}
a.topnav:active {
	color: #213E7A;
	text-decoration: none;
}
a.topnav:visited {
	color: #213E7A;
	text-decoration: none;
}
a.topnav:hover {
	color: #213E7A;
	text-decoration: none;
}

/* Bullet Points ------ */
ul	{
	list-style-image: url(images/bullet.gif);
	margin-left: 16px;
	margin-top: 0px;
	list-style-position: outside;
}
li	{
	line-height:130%;
}

/* Text ---------------------------------- */
.Heading	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #20A6D2;
	font-weight:bold;
}

.Heading2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #20A6D2;
	font-weight:bold;
}

.BlueTxt	{
	font-size: 10px;
	color: #20A6D2;
}

.BlackTxt	{
	font-size: 15px;
	color: #5D6263;
}

.Footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #44565B;
}
/* Forms ---------------------------------- */
select.dropdown {
	font-size: 10px;
	color: #686868;
	border: 1px solid #BF9962;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
}
input.input_text {
	font-size: 10px;
	border: 1px solid #BF9962;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
}
textarea.form {
	font-size: 11px;
	color: #686868;
	border: 1px solid #BF9962;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
}

