@font-face {
	font-family: elephant;
	src: url('elephant.ttf');
}
body {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size: 100%;
	background-color:#ffffff;

}

a {
	color:#000000;
	text-decoration: none;	
}

a:link {
	color:#000000;
	text-decoration: none;	
}

a:visited {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#000000;	
	text-decoration: none;
}
a:hover {
	color:#536200;	
	text-decoration: none;
}


h1 {
	font-size:26px;
	text-decoration:none;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}

h2 {
	font-size:19px;
	font-weight:normal;
	text-decoration:none;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}

h3 {
	font-size:17px;
	text-decoration:none;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}
	
h4 {
	line-height:20px;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}
	
h5 {
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}

h6 {
	font-size:9px;
	text-decoration:none;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}

.textinputblue
 {
 border-style: solid;
 border-width: 1px;
 border-color:#a4d5ee;
 font-size:12px;
 TEXT-DECORATION: none;
 background-color:#cadae2;
 padding-left:5px;
 color:#000000;
 padding-top:5px;
 padding-bottom:5px;
 padding-right:5px;
 width:90%;
 }

.textinput
 {
 border-style: solid;
 border-width: 0px;
 border-color:#000000;
 background-color:#454545;
 font-size:11px;
 TEXT-DECORATION: none;
 padding-left:2px;
 color:#ffffff;
 padding-top:2px;
 padding-bottom:2px;
 padding-right:2px;
 }
 
 .quote {
	 font-family:"Times New Roman", Times, serif;
	color:#000000;
	text-decoration:none;
	font-style:italic;
}

.redtext {
	color:#CC0000;
	text-decoration:none;
}



.blacktext {
	color:#000000;
	text-decoration:none;
}

.whitetext {
	color:#ffffff;
	text-decoration:none;
}

.whitetlink {
	color:#ffffff;
	text-decoration:underline;
}

.whitetlink:link
{
	color:#ffffff;
	text-decoration:none;
}

.whitetlink:visited
{
	color:#ffffff;
	text-decoration:none;
}

.whitetlink:hover
 {
	color:#536200;
	text-decoration:none;
 }

.bluetext {
	color:#4d7187;
	text-decoration:none;
}
.bluelink {
	color:#011b42;
	text-decoration:underline;
}

.bluelink:link
{
	color:#011b42;
	text-decoration:underline;
}

.bluelink:visited
{
	color:#011b42;
	text-decoration:none;
}

.bluelink:hover
 {
	color:#000000;
	text-decoration:none;
 }
 
 
.greytext {
	color:#5e5e5e;
	text-decoration:none;
}
.greylink {
	color:#5e5e5e;
	text-decoration:underline;
}

.greylink:link
{
	color:#5e5e5e;
	text-decoration:underline;
}

.greylink:visited
{
	color:#5e5e5e;
	text-decoration:none;
}

.greylink:hover
 {
	color:#000000;
	text-decoration:none;
 }
 
.greentext {
	color:#536200;
	text-decoration:none;
}
.greenlink {
	color:#536200;
	text-decoration:underline;
}

.greenlink:link
{
	color:#536200;
	text-decoration:underline;
}

.greenlink:visited
{
	color:#536200;
	text-decoration:none;
}

.greenlink:hover
 {
	color:#000000;
	text-decoration:none;
 }
 
ul {
	list-style-image: url(images/bullet.gif);
	}

.menubg {
background-image:url(images/menu_bg.gif);
height:42px;
}

.mainboxtittlebg {
background-image:url(images/main_box_top.gif);
background-repeat:no-repeat;
background-position:bottom;
padding-left:50px;
height:32px;
}

.mainboxtittlebottombg {
background-image:url(images/main_box_bottom_top.gif);
background-repeat:no-repeat;
background-position:bottom;
padding-left:50px;
height:32px;
}

.mainboxbg {
background-image:url(images/main_box_bg.gif);
background-repeat:repeat-y;
}

.pagebg {
background-image:url(images/page_bg.gif);
background-repeat:repeat-x;
padding-top:25px;
}

.smallboxtittlebg {
background-image:url(images/small_box_tittle_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
height:47px;
}



.smallboxbg {
background-image:url(images/small_box_bg.gif);
background-repeat:repeat-y;
}

.smallestboxtittlebg {
background-image:url(images/smallest_box_tittle_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
height:47px;
}

.smallestboxbg {
background-image:url(images/smallest_box_bg.gif);
background-repeat:repeat-y;
}

.bottombg {
background-image:url(images/bottom_bg.gif);
background-repeat:repeat-x;
background-color:#ccd5da;
height:153px;
}

.dividerbg {
background-image:url(images/divider.gif);
background-repeat:repeat-x;
background-position:center;
}




