/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('/images/home/background.jpg');
}

.borderright
{
	border-attachment: fixed;
	border-image: url(images/home/111.jpg);
	border-repeat: repeat;
	border-position: right;
}

.default {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 2;
}

.defaulthome {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 1.5;
}

.defaultwhite {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5;
}
.small {
	font-family: Arial;
	font-size: 10px;
	color: gray;
}

.head {  
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold
}
.bordersolid {
BORDER-left: #666666 1px solid; 
BORDER-bottom: #666666 1px solid;
BORDER-top: #666666 1px solid; 
BORDER-right: #666666 1px solid;
}
.bordersolidwhite {
BORDER-left: #ffffff 1px solid; 
BORDER-bottom: #ffffff 1px solid;
BORDER-top: #ffffff 1px solid; 
BORDER-right: #ffffff 1px solid;
}

input {
BORDER-left: #666666 1px solid; 
BORDER-bottom: #666666 1px solid;
BORDER-top: #666666 1px solid; 
BORDER-right: #666666 1px solid;
font-family: Arial;
font-size: 12px;
color: black;
}

textarea{
BORDER-left: #666666 1px solid; 
BORDER-bottom: #666666 1px solid;
BORDER-top: #666666 1px solid; 
BORDER-right: #666666 1px solid;
font-family: Arial;
font-size: 12px;
color: black;
}


select{
BORDER-left: #666666 1px solid; 
BORDER-bottom: #666666 1px solid;
BORDER-top: #666666 1px solid; 
BORDER-right: #666666 1px solid;
font-family: Arial;
font-size: 12px;
color: black;
}

option{
font-family: Arial;
font-size: 12px;
color: black;
}

.fade {
	background-attachment: fixed;
    background-image: url(images/home/temp_fade.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a {	text-decoration: none;
color: blue
}
a:hover {text-decoration: underline;}