@charset "utf-8";
/* CSS Document */

body {
	background-color: #429ee5;
	background-image:url(images/2010/01-22-10/gradientbackground.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	height: 100%;

}
html {
	height: 100%;
}
.mainbody {
	height: 100%;
	position: relative;
	z-index: 10;
}

.border_dashed {
	border: 2px dashed #ffffff;
}

/*Body Text Style*/
.bodytext {
	font-family:"Trebuchet MS";
	font-size:12pt;
	color:#429EE5;
}
.bodytext_smaller {
	font-family:"Trebuchet MS";
	font-size:9pt;
	color:#C04C01;
}

.heading {
	font-family:"Trebuchet MS";
	font-size:14pt;
	color:#429EE5;
	font-weight:bold;
}
.footer_02 {
	background-image: url(images/2010/01-22-10/orange.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 220px;
	width: 100%;
	position: fixed;
	z-index: -1;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;	
	left: 0px;
	top: auto;
	bottom: 0px;
}
/*Hyperlink Style*/
a.orange_links{
	font-family: "Trebuchet MS";
 	color: #C04C01;
	text-decoration:none;
} 

/*Hyperlink Hover Style*/
a.orange_links:hover {
	 font-family: "Trebuchet MS";
	 color: #ffffff; 
	 text-decoration:underline;
}