/* CSS for ezregistration.net */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

body { 
font: 9pt "Arial", "Helvetica", "sans-serif";
color: #555; 
margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;
}
a:link { font-weight: nomal; text-decoration: none; color: #5E5CAB;}
a:visited { font-weight: nomal; text-decoration: none; color: #5E5CAB;}
a:hover, a:active { text-decoration: underline; color: #E58A5D;}

.bold {font-weight: bold;}
.large {font-size:120%;}
.small {font-size:80%;}
.pagetitle {text-indent: 5px;color: #999999;font-weight: bold;font-size: 140%;}
.Color_Red {color: #FF0000;}


/* TABLE with Line*/
.leline_top {border-top-width: 1px;border-top-style: solid;border-bottom-color: #CCCCCC;}
.line_left {border-left-width: 1px;border-left-style: solid;border-left-color: #CCCCCC;}
.line_right {border-right-width: 1px;border-right-style: solid;border-left-color: #CCCCCC;}
.line_buttom {border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;}
.line_all {border: 1px solid #CCCCCC;}
.line_all_1p {
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 100%;
}
.line_red {
	border: 1px solid #FF0000;
	padding: 1px;
	width: 100%;
}
.line_orange {
	border: 1px solid #FFD27B;
	padding: 1px;
	width: 100%;
}

/* TABLE with Background */
.head {
	background-color: #E5E5E5;
	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;
	border-top-width: 1px;border-top-style: solid;border-top-color: #CCCCCC;
}
.tablelineleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.bg_gray01 {background-color: #CCCCCC;}
.bg_gray02 {background-color: #E5E5E5;}
.bg_gray03 {background-color: #F2F2F2;}

.body_text {
	padding: 20px;
}
.table {
	padding: 4px;
	border:0px;
	width: 100%;
	cellspacing: 1px;
}

.bg_orange {background-color: #FFE7B8;}
