﻿body 

a:link 
{
	color: #ff0000; 
	} 
a:visited 
{ 
	color: #ff0000;
	 }
a:active 
{ 
	color: #ff0000;
	 }        
a:hover 
{ 
	color: #FC8D0A
	}    
a 
{ 
	text-decoration:none; 
	}

form {
display:inline;
}


.bg {
    
   
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5000;
}


.bg2 {
    
   
    position: absolute;
    top: 450;
    right:0;
    z-index: -5000;
}


.bg3 {
    
   
    position: absolute;
    top: 0;
    right: 100;
    z-index: -5000;
}


.bg4 {
    
   
    position: absolute;
    top: 750;
    left: 0;
    z-index: -5000;
}

.bg5 {
    
   
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -5000;
}

/* This imageless css button was generated by CSSButtonGenerator.com */

.button_link {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#3f74b5;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button_link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button_link:active {
	position:relative;
	top:1px;
}