@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../Images/bg_page_shine.jpg);
	background-repeat: repeat-x;
	background-color: #fce83b;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {	color: #999999;
	font-size: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {font-size: 18px}
a:link {
	color: #333CCF;
}
a:visited {
	color: #333CCF;
}
a:hover {
	color: #D81E10;
}
a:active {
	color: #333CCF;
}

.message_error{ font-size: 11px; font-family: Arial, Verdana, sans-serif, "Times New Roman"; color: #CC0000; font-weight: normal; text-decoration: none; background-color: #FFFFCC; border: thin solid #333333;}
.message_success{font-size: 12px; font-family: Arial, Verdana, sans-serif, "Times New Roman"; color: #000000; font-weight: bold; text-decoration: none; background-color: #FFFFCC; border: thin solid #333CCF;}