body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div, p, b, td, tr, li, ul {
	font-family : Arial, Verdana, sans-serif;
	font-size : 17px;
	color : #333333;
	font-style : normal;
	line-height:21px;
}

h1 {
	font-family : Century Gothic, Arial, sans-serif;
	font-size : 24px;
	font-weight : normal;
	color : #666666;
	margin:0px;
}

h1.heading 	{
	background-image : url("/images/bg_heading.gif");
	background-repeat : no-repeat;
	font-family : Century Gothic, Arial, sans-serif;
	font-size : 32px;
	font-weight : normal;
	color : #000000;
	line-height:61px;
	margin:0px;
}

h2 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10.5pt;
	color : #CC0000;
}

h3 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

a:link {color: #000066;}
a:visited {color: #666666;}
a:hover {color:#000000;}

.small {
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#000000;
}

.footer {
	font-family:Arial, Verdana, sans-serif;
	font-size:9px;
	line-height:40px;
	color:#999999;
}

.odd { background-color: #D5D9FE; }

.even { background-color: #EEEEEE; }

ul li {
	list-style-type : square;
}

/*---------------------BACKGROUNDS----------------------*/

.wallfade 	{
	background-image : url("/images/wall_fade_red.gif");
	background-repeat : repeat-x;
}

.content div {
	margin-bottom:0px;
}

.content div p {
	background-image : url("/images/content_lines.gif");
	background-repeat : repeat;
	line-height:20px;
}

div.bottomcontent div p {
	background-image : none;
	font-family : Arial, sans-serif;
	font-size : 13px;
	font-weight : normal;
	line-height:17px;
	color : #666666;
}


/*---------------------TABLES----------------------*/

TABLE.ems_registration 	{
	background-image : url("/images/bg_ems_registration.gif");
	background-repeat : no-repeat;
}

TABLE.tilecontent {
	background-image:url("/images/tile_wall.gif");
	background-repeat:repeat-y;
}

TABLE.tilecontent tr td p {
	font-family : Arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #666666;
	margin-top:0px;
	line-height:15px;
}

TABLE.tilecontent h1 {
	font-family : Century Gothic, Arial, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #000000;
	margin:0px;
	padding-top:0px;
	padding-bottom:5px;
}

TABLE.maintile {
	background-image:url("/images/maintile_wall.gif");
	background-repeat:repeat-y;
}

TABLE.maintile tr td div {
	padding-left:10px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:20px;
}

TABLE.maintile tr td div div {
	padding:0px;
}

TABLE.maintile tr td div h1 {
	font-family : Century Gothic, Arial, sans-serif;
	font-size : 24px;
	font-weight : normal;
	margin:0px;
}

TABLE.compentry {
	background-color:#F9F9F9;
	border:1px solid #CCCCCC;

}

/*---------------------FORMS----------------------*/

.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.forminput {
	font-family : Arial, Verdana, sans-serif;
	font-size : 14px;
	border: 1px solid #CCCCCC; 
	background: #F6F6F6;
	color: #000000;
	margin: 0;
	padding-left: 3px;
}

.olayforminput {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	border: 0px; 
	background: #c9bba3;
	color: #000000;
	margin: 0;
	padding-left: 3px;
}

.forminputsmall {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	border: 1px solid #CCCCCC; 
	background: #F6F6F6;
	color: #000000;
	margin: 0;
	padding-left: 3px;
}

.reginput {
	font-family : Arial, sans-serif;
	font-size : 14px;
	border: 1px solid #FFFFFF; 
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding-left: 3px;
}

#required {
	border-left: 4px solid #CCCCCC;	
}
	
	

