html{min-height: 100%; margin-bottom: 1px;}

body{
	background-color: #F8F3EE;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 45px;
}

table.box{
	border: 1px solid #aaac9f;
	background-color:#a80000;
}	

table.box2{
	border: 1px solid #aaac9f;
	background-color:#ffffff;
	width: 550px;
}	

table.box3{
	border: 1px solid #aaac9f;
	background-color:#f9f9f9;
}	

table.bgd2{
	height:100%;
	background-image: url(../images/layout/bgd_image_1_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

table.print{
	background-color: #FFF;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #666666; 
}

td.black {
	color:#000000;
}

td.box1left{
	color: #666666; 
	background-color: #a80000;
	border-bottom:1px solid #aaac9f;
}

td.box1right{
	background-color: #a80000;
	border-bottom:1px solid #aaac9f;
	color:#ffffff;
	font-size:0.8em;
}

td.color1{
	background-color: #a80000;
}

td.color2{
	color:#a80000;
}

td.textl{
	font-size:0.8em;
}

h1,h2,h3,h4,h5{
	color:#666666;
	font-weight:bold;
	margin-bottom:0px;
}

p{
	color: #666666;
	padding-right:10px;
	margin-bottom:10px;
	margin-top:0px;
}


a,a:hover{	
	text-decoration:underline;
	color:#666666;
}

a.subcat{	
	text-decoration:none;
	color:#666666;
}

a.subcat:hover{
	text-decoration:underline;
	color:#666666;
}

a.color2{
	color: #ffffff;
	font-size:1.1em;
	text-decoration:none;
}

a.color2:hover{
	color: #ffffff;
	font-size: 1.1em;
	text-decoration:none;
}

a.legal{
	color: #666666;
	text-decoration:none;
}

a.legal2{
	color: #666666;
	text-decoration:underline;
}

a.legal2:hover{
	color: #666666;
	text-decoration:underline;
}

a.legal:hover{
	color: #666666;
	text-decoration:underline;
}

a.title,a.title:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.title2,a.title2:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.details,a.details:hover {
	color: #666666;
	text-decoration: none;
}

hr{
	border: none 0;
	border-top: 1px dashed #A80000;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

hr.solid{
	margin-top: 5px;
	margin-bottom: 5px;
	width:50%;
	border: none 0;
	border-top: 1px solid #A80000;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

img{
	border:none;
	margin:0px;
}

.h100{
	height: 100%;
}

.padding12{
	padding: 12px;
}

/*forms*/

form{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
}

textarea{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	width: 350px;
}

textarea.area2{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	width: 300px;
}

textarea.textfriend{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	width: 300px;
}

input.box{
	color: #000000;
	font-size: 1.2em;
	width: 130px;
	height:21px;
}

input.box2{
	color: #000000;
	width: 125px;
	height:21px;
	margin-bottom:2px;
}

input.box3{
	color: #000000;
	width: 200px;
	height:21px;
}

input.order{
	color: #000000;
	width: 175px;
	height:21px;
}

input.order2{
	color: #000000;
	width: 100px;
	height:21px;
}

input.button{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A80000;
	cursor: pointer; 
}

select.box1{
	color: #000000;
	font-size: 1.2em;
	height: 18px;
	width: 292px;
}
	
select.box2{
	color: #000000;
	font-size: 1.2em;
	height: 18px;
	width: 45px;
}

.check{
	vertical-align: top;
}
	
/* classes for validator */
.tfvHighlight{
	color: red;
}

.tfvNormal{
	font-weight: normal;
}

