body
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, td
{
	font-size: 11px;
	color: #4b65a6;
}

#main_table
{
	width: 100%;
	height: 100%;
}

#header
{
	height: 59px;
}

#header_1
{
	background-image: url(../images/design/header_bg.jpg);
}

#header_1 *
{
	font-size: 14px;
	color: #FFFFFF;
}

#top_menu a
{
	text-decoration: none;
	color: #AAAAAA;
}

.w100
{
	width: 100%;
}

.h100
{
	height: 100%;
}

#left_side
{
	width: 163px;
	border-right: solid 1px #cbd6e8;
	font-family: Arial, Helvetica, sans-serif;
}

#right_side
{
	width: 200px;
	border-left: solid 1px #cbd6e8;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
#right_side a img{border:none}

.menu_header
{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
}

.menu_items a
{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	color: #3f5797;
	text-decoration: none;
}

#content
{
	background-image: url(../images/design/tecnblock_logo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px 50px 10px 10px;
}

#top_line
{
	height: 14px;
}

#footer_line
{
	height: 14px;
}

#footer
{
	height: 55px;
	color: #79797a;
	padding: 5px 20px 5px 20px;
}

#footer a
{
	color: #79797a;
	text-decoration: none;
}

#footer a:hover
{
	color: #AAAAAA;
}

<!-- Color -->
#top_line, #footer_line, .menu_header
{
	background-color: #cbd6e8;
}
<!-- /Color -->

#block_header
{
	background-image: url(../images/design/block_h.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 12px;
}
#block_content
{
	background-color: #cbd6e8;
	padding: 3px 10px 3px 10px;
	vertical-align: top;
	font-weight: bold;
}
#block_content img
{
	border: solid 1px #AAAAAA;
}
#block_footer
{
	background-color: #cbd6e8;
	background-image: url(../images/design/block_f.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 13px;	
}

a
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
}
