/* ----------------------------------------------------------------------------------------------------------

    Template design by 180 Media

    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
*/


body {
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif
}
.style1 {
	color: #666666;
	font-size: 11px;
}
.style2 {color: #666666;

}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #F15A24;
	text-decoration: none;
	
}

.style3 {
	color: #F15A24;
	font-size: 14px;
	font-weight: bold;
	
}
.style4 {
	font-size: 12px;
	color: #333333;
}
.style5 {
		font-size: 12px;
		color: #666666;
		font-weight:bold;
	
}

#divone a:link {
	color: #F15A24;
	text-decoration: none;
}
#divone a:visited {
	color: #F15A24;
	text-decoration: none;
}
#divone a:hover {
	color: #666666;
	text-decoration: none;
	
}