
/* default layout */
body, td, th, div, select, input, span, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	text-decoration: none;
}

div#page-wrap {
	width: 999px;
	margin:0px auto;
}

table#header {
    background-color: #ffffff;
    padding:0px 10px;
}
table#footer {
    margin-top:2px;
    background-color: #f9f9f9;
}
table#footer td {
    color:#666666;
    font-size:13px;
}
table#footer .highlight {
    color:#ff3300;
    font-size:13px;
}


table#page-section {
    margin-top:2px;
    background-color: #ffffff;
    padding:0px;
}

table#page-section .header td {
    color: #ffffff;
    padding: 7px;
    background-color: #ff3300;
}

table#page-section .header td.front-page {
    font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

table#page-section .front-page th {
    padding:15px;
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
    text-align: left;
	text-decoration: none;
    background-color: #E6E6E6;
}

table#page-section .front-page td {
    padding:15px;
    font-size: 12px;
	color: #333333;
    vertical-align:top;
	text-decoration: none;
	font-weight: normal;
}

table#page-section .front-page td.middle {
    padding:0px;
}

table#page-section .ads {
    background-color: #f8f8f8;
}

table#page-section .link_section_header {
	color: #ffffff;
	text-decoration: underline;
}



.textbox-login {
	color: #999999;
	text-decoration: none;
	height: 20px;
	width: 100px;
	border: 1px solid #999999;
}

.link_register {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

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


/* Content */
.tooltip { cursor:help; color:inherit; font:inherit; font-style:italic; }

