/*
// OVERALL LAYOUT STYLES
*/

body, td, a, div {
	font-size: 10px;
	color: #cfcfd0;;
	font-family: Verdana;
	text-align: left;
}

body {
	width: 100%;
	margin: 0px;
	background: url(../img/background.gif) repeat-x top #393d46;
}

table {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #f26522;
}

hr {
	border: none;
	border-bottom: 1px solid #393d46;
	height: 1px;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
}

img {
	display: block;
	border: 0px;
}

ul, ol {
	margin: 0px;
	padding:0px;
}

li {
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

input {
	width: 50px;
	height: 14px;
	border: 1px solid #393d46;
	background: #52565d;
	color: #ffffff;
	font-size: 10px;
}

input.email_newsletter {
	width: 146px;
}

input.button_ok {
	width: 25px;
	height: 16px;
}

/*
// Alignment
*/

.center { /* Center an image in a Div or Td */
	margin-left: auto;
	margin-right: auto;
}

.left { /* Align image to the left in a Div or Td */
	margin-left: 0;
	margin-right: auto;
}

.right { /* Align image to the right in a Div or Td */
	margin-left: auto;
	margin-right: 0;
}

/*
// Colors
*/

.aqua { color: aqua; }
.black { color: black; }
.blue { color: #0784b3; }
.fushia { color: fushia; }
.gray { color: gray; }
.green { color: #00fe00; }
.lime { color: lime; }
.maroon { color: maroon; }
.navy { color: navy; }
.olive { color: olive; }
.purple { color: purple; }
.red { color: red; }
.silver { color: silver; }
.teal { color: teal; }
.white { color: white; }
.yellow { color: yellow; }
.orange { color: #f26522; }

/*
// Styles
*/

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }

.error { color: red; }

/*
// Sizes
*/

.small { font-size: 9px; }
.standard { font-size: 12px; }
.medium { font-size: 14px; }
.large { font-size: 16px; }

.clear {
	clear: both;
}
