/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #F3F3F3;	
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;	
}

p,td {
	font-weight: 500;
}

td {
  	background-color:#E2E2E2;
  	padding-left:5px;
	padding-right:5px;		
}

th {
	font-weight: 700;
	background-color:#CCCCCC;
    padding-left:5px;	
	padding-right:5px;	
}

h1 {
	font-size: 17px;
	color: #29274F;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

a {
	color: #29274F;
	font-weight: 700;
}
a:link {text-decoration: none; color: #29274F;}
a:active {text-decoration: none; color: #29274F;}
a:visited {text-decoration: none; color: #29274F;}
a:hover {text-decoration: none; color: #666666;}

fieldset {
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;	
}

legend {
	padding-right: 5px;
}

input, button, select {
	font-size: 10px;
	font-weight: 700;
	color : #325598;
	border-color : #666666;
	border-width : 1px; 	
}

table {
	padding: 0px;
	spacing: 0px;
}

#error {
	color:#CC3333;
	font-weight: 700;
}

#eventinfo {	
}

#red {
	color:#CC3333;
	font-weight: 700;
}

#orange {
	color: #DD7700;
	font-weight: 700;
}

#header {
  color: #325598;
}

.blinkred {
  background-image: url(../images/blink.gif);
}

.asterix {
	color:#CC3333;
	font-weight: 700;
}

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000000;  
}
.footer:link {text-decoration: none; font-weight: 700;}
.footer:active {text-decoration: none; font-weight: 700;}
.footer:visited {text-decoration: none; font-weight: 700;}
.footer:hover {text-decoration: none; font-weight: 700;}
