/* CSS Document */
body {
	font-family: "trebuchet MS", Verdana, Arial, "Times New Roman";
	font-size: 12px;	
	margin: 0px;
	padding: 0px;
	background-color: #f9f9f9;
	color: #333333;
}

td {
	font-size: 11px;	
}

h1 {
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #8ad216;	
}

input {
	border: 1px solid #999999;
	color: #000000;
	background-color: #ffffff;
}

select {
	border: 1px solid #999999;
	color: #000000;
	background-color: #ffffff;
}

.maintable {
	background-color: #ffffff;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;	
}

.maintable .content {
	padding: 10px;
}

.nav {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: #f9f9f9;
	border: 1px solid #c0c0c0;
}

.greybox {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: #f9f9f9;
	border: 1px solid #c0c0c0;
}
.paypal {
	background-color: #f9f9f9;
	border: 1px solid #c0c0c0;
}
.pinkbox {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	background-color: #f0f0f0;
	border: 1px solid #999999;
}

.hlink a {
	text-decoration: none;
	color: #666666;
}

.hlink a:hover {
	text-decoration: underline;
	color: #666666;	
}

.blink a {
	text-decoration: none;
	font-weight: bold;	
	color: #666666;
}

.blink a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;	
}

.lhs {
	background-repeat: repeat-y;
	background-image: url("images/leftpageborder.gif");	
} 

.rhs {
	background-repeat: repeat-y;
	background-image: url("images/rightpageborder.gif");
} 

.lhs-border {
	border-left: 1px solid #999999;
} 

.rhs-border {
	border-right: 1px solid #999999;
}

.lhs-blines-border {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
} 

.rhs-blines-border {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;	
} 

.lhs-blines {
	background-repeat: repeat-y;
	background-image: url("images/leftpageborder.gif");	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
} 

.rhs-blines {
	background-repeat: repeat-y;
	background-image: url("images/rightpageborder.gif");
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;	
} 

.blines {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.searchbar {
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}

.searchbarcontent {
	background-repeat: repeat-y;
	background-image: url("images/menu.gif");
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 10px;			
}

.footer {
	font-size: 12px;
}

.ptext {
	color: #400000;
}

.redtext {
	color: #ff0000;
}

.headertext {
	font-weight: bold;
	color: #000000;
}

.lttext {
	text-decoration:line-through;
}

.ulist {
	margin:10px;
}

.ulistitem-np {
	padding:0px;
}

.pbottom {
	padding-top: 25px;
}

.pleft {
	padding-left: 20px;
}
.biggertext {
	font-size: 14px;
	font-weight: bold;
}

.biggerlgtext {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.biggerpinktext {
	font-size: 14px;
	color: #ff66ff;
}

.ultext {
	text-decoration:underline;
}