
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	margin: 15px;
	background: #FFFFFF;
	background-image: url("../images/background_page.jpg");
}

body,td,th {
	font-family: Century Gothic, sans-serif;
	color: #333333;
	font-size: 11px;
}

html { overflow: -moz-scrollbars-vertical; }

table {
    border-collapse: collapse;
} table td, table th {
    padding: 0; 
}

a {
	color: #333333;
	text-decoration: underline;
} a:hover {
	color: #007fd9;
	text-decoration: none;
}

.white { color: #FFFFFF; } a.white:hover { color: #FFFFFF; text-decoration: none; }
.red { color: #990000; }

.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }

.bold { font-weight: bold; } a.bold:hover { text-decoration: none; }
.underline { text-decoration: underline; }
.uppercase { text-transform: uppercase; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.navigation {
    color: #999999;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
} a.navigation:hover {
    color: #007fd9;
    text-decoration: underline;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.page_heading {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 5px;
}

.column {
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    margin-right:15px;
    margin-bottom:5px;
}

.page_body {
	line-height: 1.5;
	text-align: justify;
	vertical-align: top;
	margin-right:15px;
	margin-bottom:5px;
}

.product_description {
    line-height: 1.5;
    vertical-align: top;
}

.footer_text {
	font-size: 11px;
    color: #999999;
} a.footer_text:hover {
    font-size: 11px;
    color: #999999;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 2px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

