/* CSS Document */
html
{
		/*background: #BAE8F5 url(img/band.png) repeat-x;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Geneva;
	font-size: 12px;
}


body
{
	margin: 0px;
	background-image:url(../images/bkg1.jpg);
}


/*TITLES*/

.title1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Geneva;
	font-size: 18px;
	font-weight: bold;
	color: #bd0000;
}


/*TEXT*/

.text1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Geneva;
	font-size: 18px;
	font-weight: bold;
	color: #d61010;
}

.date {
    font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}



/*LINKS*/

.link1 {
	text-decoration: underline;
	color: #dbe163;
}

.link1:hover {
	text-decoration: none;
	color: #dbe163;
}

.link2 {
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
}

.link2:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.link3 {
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #d20ed4;
}

.link3:hover {
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #790ec4;
}

.link4 {
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #999999;
}

.link4:hover {
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}


/*MISC*/

.field {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	border: 1px solid #c5c9ba; 

}

/*BOX 1*/

.box1 {
	border: 2px solid #ff3333;
	
}

.box1_cell {
	padding: 3px;
	background-color: #ff3333;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.box1_cell2 {
	padding: 3px;
	font-family: verdana;
	background-color: #ffffff;
	font-size: 10px;
	line-height:15px;
	color: #333333;
}


/*BOX 2*/

.box2 {
	border: 2px solid #999999;
	
}

.box2_cell {
	padding: 3px;
	background-color: #999999;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.box2_cell2 {
	padding: 3px;
	font-family: verdana;
	background-color: #eff0f7;
	font-size: 10px;
	line-height:15px;
	color: #333333;
}

.textc {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}