<!--
body {
	background-image:  url(image/siai_background.jpg);
	background-repeat:repeat-x;
	background-color:white;
	margin-top: 20px;
	margin-bottom: 25px;
}
-->
.main_text {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
.error
{
	color:red;
}
.footer {

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.menu {
	font-size: 12px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu:hover {
	text-decoration: none;
	color: #6C6E68;
}
.menu:active {
	text-decoration: none;
	color: #6C6E68;
}