/* 
	Generic styles
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	color: #666666;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #cc0000;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color:#cc0000;
}
input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
abbr, acronym, dfn {
	cursor: help; 
	border-bottom: dotted 1px;
}
/*
	Borders
*/
.border-top {
	border-top: 1px solid #666666;
}
.border-right {
	border-right: 1px solid #666666;
}
.border-bottom {
	border-bottom: 1px solid #666666;
}
.border-left {
	border-left: 1px solid #666666;
}
.border-box {
	border: 1px solid #666666;
}
.border-bottom-dotted {
	border-bottom: 1px dotted #666666;
}
/*
	Backgrounds
*/
.bg-white {
	background-color: #ffffff;
}
.bg-red {
	background-color: #cc0000;
	color: #ffffff;
}
.bg-grey {
	background-color: #dadada;
	color: #666666;
}
.bg-darker {
	background-color: #52a2c8;
	color: #ffffff;
}
/*
	Text formatting, colors & sizes
*/
hr{
	height: 1px;
	color: #666666;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.justify {
	text-align: justify;
}
.txt-big {
	font-size: 130%;
}
.txt-small {
	font-size: 85%;
}
.txt-white, a.txt-white, a.txt-white:visited {
	color: #ffffff;
}
a.txt-white:hover {
	color: #ededed;
}
.txt-red, .error, legend {
	color: #CC0000;
}
legend {
	color: #000000;
	font-weight: bold;
}
/* 
	layout styles
*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.hidden
{
	display:none;
}
/*
	Custome layout styles
*/
