body {
font-family:tahoma;
font-size:12px;

}

.container{
border:1px solid #d6d6d6; 
padding:5px; 
width:775px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.thelink{
font-family:tahoma;
color:black;
}

.font{
font-family:tahoma;
font-size:12px;
}

.alert{
font-family:tahoma;
font-size:12px;
background-color:#00ccff;
border:1px solid #777777;
padding:3px;

}

.link{
padding:5px;
color:white; 
font-weight:bold;
}

.link:hover{
background-color:#720013;
color:white;
padding:5px;
font-weight:bold;
}

.activelink{
background-color:#720013;
color:white;
padding:5px;
font-weight:bold;
}

.box {
	font-family:tahoma;

}

.box:focus{
	font-family:tahoma;
	background-color:#EDEDED;
}

.notice{
	font-weight:bold;
	font-size:24px;
}

.planbox{
	border:1px solid #777777;
	font-family:tahoma;
	font-size:12px;
	background-image:url('images/pbox.png');
	background-repeat:repeat-x;
	background-color:#a9a9a9;
	padding:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}





.oldbox{
	border:1px solid #777777;
	font-family:tahoma;
	font-size:12px;
	background-image:url('images/obox.png');
	background-repeat:repeat-x;
	background-color:#000000;
	padding:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.noticebox{
	border:1px solid #777777;
	font-family:tahoma;
	font-size:12px;
	background-color:#ff8c8c;
	padding:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cbutton{
font-family:tahoma;
font-size:12px;
border:1px solid #777777;
padding:2px;
margin-right:5px;
width:165px;
font-weight:bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.cbutton:hover{
font-family:tahoma;
font-size:12px;
background-image:url('images/obox.png');
background-repeat:repeat-x;
border:1px solid #777777;
padding:2px;
margin-right:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.cbutton2{
font-family:tahoma;
font-size:12px;
background-color:#ffabaf; 
border:1px solid #777777; 
padding:2px;
margin-right:5px;
width:165px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.cbutton2:hover{
font-family:tahoma;
font-size:12px;
background-color:#ff8c91;
border:1px solid #777777;
padding:2px;
margin-right:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}