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

body
{
	margin: auto;
	background: url(../images/background.jpg) repeat-x;
	font-family: Tahoma;
	color: #000;
	font-size: 12px;
}

a:link,a:visited,a:active
{
	color: #0066FF;
	text-decoration: none;
}

a:hover
{
	color: #0066FF;
	text-decoration: underline;
}

p
{
	text-align: justify;
	line-height: 16px;
}

.menu a:link, .menu a:visited, .menu a:active
{	
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu li a:hover, .selected
{
	background-color: #707999;
	-moz-border-radius: 5px;
}

.label
{
	font-size: 24px;
	color: #707999;
	font-weight: bold;
}

.spacer1
{
	margin-top: 10px;
}

.title
{
	color: #0066FF;
	font-weight: bold;
}

.bl {background: url(../images/bl.jpg) 0 100% no-repeat #e9e9e9; width: auto}
.br {background: url(../images/br.jpg) 100% 100% no-repeat}
.tl {background: url(../images/tl.jpg) 0 0 no-repeat}
.tr {background: url(../images/tr.jpg) 100% 0 no-repeat; padding:20px}


.required
{
	font-family: arial;
	color: red;
	font-weight: bold; 
}

.red-box{
	text-align: left;
	border: solid #FF0000 1px;
	margin: 10px 10px 0px 10px;
	background-color: #ffebe8;
	padding: 12px;
}

.yellow-box{
	text-align: left;
	border: solid #FFFF99 1px;
	margin: 10px 10px 0px 10px;
	background-color: #FFFFEA;
	padding: 12px;
}
