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

#header A{
color: #999999;
text-decoration:none;
}
#header A:hover {
text-decoration:underline;
}
.continua{
float:right;
}
.continua  A{
color: #999999;
text-decoration:none;
}

.continua A:hover {
text-decoration:underline;

}

#mainContent LI A {
color:#666666;
text-decoration:none;
}

#mainContent LI A:hover{
color:#666666;
text-decoration:underline;
}

.error_message {
color:#990000;
border:1px dotted #FF0000;
}
#welcomearea {
	font-size:12px;
	text-align:right;
	padding-right:5px;
	font-style: oblique;
}
