@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	text-decoration:none;
	color: #F00;
}
a:hover {
	text-decoration:underline;
}
.img {
	border:1px solid;
	border-color:#F00;
}
.Event_title {
	font-family: Arial, Helvetica, sans-serif;
	color:#df0021;
	font-size: 18px;
}

.Event_title2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 16px;
}

.Event_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #df0021;
}
.Event_title_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Event_header{
	color: #df0021;
	font-size: 14px;
	border-bottom:1px dotted; 
	border-color:#F00;
	width:100%;
}

.bg_grey {
   border:thin solid;
   border-color:#F00;
}

.event_block{
   border:1px dotted;
   border-color: #cccccc;
}

.content_box{
	border:1px solid;
	border-color:#F00;
	margin:20px;
}

.dotline{
   border:1px dotted;
   height:1px;
   color:#dddddd;
}

input, textarea
{
color: #000000;
background: #ffffff;
border: 1px solid #df0021;
}

.submit input
{
color: #000;
background: #df0021;
border: 2px outset #df0021;
} 

.profilehead {
	font-weight: bold;
}