/* LINES & BORDERS*/
.left_top_right_bottom_line{
border-bottom-color:#333333;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#333333;
border-left-style:solid;
border-left-width:1px;
border-right-color:#333333;
border-right-style:solid;
border-right-width:1px;
border-top-color:#333333;
border-top-style:solid;
border-top-width:1px;
}

.top_bottom_left_line{
border-bottom-color:#333333;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#333333;
border-top-style:solid;
border-top-width:1px;
border-left-color:#333333;
border-left-style:solid;
border-left-width:1px;
}

.top_bottom_line{
border-bottom-color:#333333;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#333333;
border-top-style:solid;
border-top-width:1px;
}

.left_1px_line{
border-left-color:#333333;
border-left-style:solid;
border-left-width:1px;
}

.bottom_line{
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
}


/* MAIN MENU */
.main_menu:link{
	display:block;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	height:auto;
	font-size:12px;
	color:#0F0F0F;
	font-family:Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.main_menu:active{
	display:block;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	height:auto;
	font-size:12px;
	color:#0F0F0F;
	font-family:Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.main_menu:visited{
	display:block;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	height:auto;
    font-size:12px;
	color:#0F0F0F;
	font-family:Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.main_menu:hover{
	display:block;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	height:auto;
	font-size:12px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#579EC1;
	TEXT-DECORATION: none;
}

/* TOP MENU */
.top_menu:link{
	display:block;
	padding-top:6px;
	height:22px;
	font-size:12px;
	color:#1F457D;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.top_menu:active{
	display:block;
	padding-top:6px;
	height:22px;
	font-size:12px;
	color:#1F457D;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.top_menu:visited{
	display:block;
	padding-top:6px;
	height:22px;
    font-size:12px;
	color:#1F457D;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.top_menu:hover{
	display:block;
	padding-top:6px;
	height:22px;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#579EC1;
	TEXT-DECORATION: none;
}

/* GENERAL LINKS */
.general_link:link{
	padding-top:6px;
	height:22px;
	font-size:12px;
	color:#1F457D;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.general_link:active{
	padding-top:6px;
	height:22px;
	font-size:12px;
	color:#1F457D;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.general_link:visited{
	padding-top:6px;
	height:22px;
    font-size:12px;
	color:#1F457D;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.general_link:hover{
	padding-top:6px;
	height:22px;
	font-size:12px;
	color:#1F457D;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION:underline;
}


/* BOTTOM NAVIGATION */
.botton_links{
    font-size:10px;
	color:#1F457D;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

/* TITLES */
.product{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#FFFFFF;
}

.main_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#1F457D;
}

.sub_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CA644D;
	font-weight:bold;
}

.sub_title1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006F4A;
	font-weight:bold;
}

/* TEXT */
.main_text{
	font-size:12px;
	color:#0F0F0F;
	font-family:Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.smaller_text{
	font-size:8px;
	color:#0F0F0F;
	font-family:Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

