div, p, td, tr, li, ul {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 15px;
	color : #000000;
	font-style : normal;
	line-height:20px;
}

h1.heading {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 24px;
	font-weight : normal;
	color : #000000;
	border-top:none;
	margin:0px;
	padding:0px;
}

h1 {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #8828aa;
}

h2 {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-weight : normal;
	font-size : 17px;
	color : #666666;
}

h2.heading {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #FFFFFF;
	border-top:none;
}

h3 {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

HR {
	height:1px;
	color:#CCCCCC;
}

a:hover {color:#8828aa;}


.emsreg {
	font-size : 12px;
	line-height:15px;
	color:#ccccff;
	margin-bottom:5px;
}

.smallwhite {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 11px;
	color:#FFFFFF;	
}

.footer {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 10px;
	color : #666666;
}

.small {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 11px;
}

.odd { background-color: #efe9f2; }
.even { background-color: #fbf1ee; }

.imgout {
	border: 0;
	filter: alpha(opacity=60);
	margin: 0;
	padding: 0;
}

.imgover {
	border: 0;
	margin: 0;
	padding: 0;
}	

ul li {
	list-style-image : url("/images/li.gif");
}

/*MENUS*/

.menu {
	line-height:39px;
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size:17px;
	color:#f9e7e1;
	font-weight:bold;
	text-decoration : none;
	padding:0 25px;
}

span.menu {
	color:#FFFFFF;
}

.menu:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/*BACKGROUNDS*/

.wallmain {
	background-image: url(/images/wall_main.gif);
	background-repeat: repeat-y;
	background-position: center;
}

*HTML .wallmain {
	padding-left:1px;
}

.walltop {
	background-image: url(/images/wall_top.gif);
	background-repeat: repeat-x;
}

.wallmenu {
	background-image: url(/images/wall_menu.gif);
	background-repeat: repeat-x;
	height:39px;
}

.footer {
	background-image: url(/images/wall_footer.gif);
	background-repeat: repeat-x;
	height:41px;
}

.rightcontent, .rightcontent p, .rightcontent ul li {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 11px;
	line-height:16px;
	color : #333333;
	margin:0px;
	padding-bottom:10px;
}

.rightcontent div a {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 11px;
	line-height:15px;
}

.rightcontent div H1 {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 14px;
	color : #8828aa;
	font-weight : bold;
	margin-bottom:5px;
}

/*TABLES*/

TABLE.purple {
	background-color: #f9e7e1;
}

TABLE.purple tr th {
	background-image: url(/images/wall_homeright.gif);
	background-repeat: repeat-x;
	text-align:left;
	padding-left:20px;
	line-height:40px;
	color : #FFFFFF;
}

TABLE.purple tr td {
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}


/*FORMS*/

.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.emsinput {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 11px;
	border: 1px solid #ccccff; 
	background: #f9ede9;
	margin: 0;
	padding-left: 3px;
	height:18px;
}

.forminput {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 12px;
	border: 1px solid #dd9f8b; 
	background: #f9ede9;
	margin: 0;
	padding-left: 3px;
}

#required {
	border-left: 4px solid #dd9f8b;	
}
