* { 
	padding: 0; 
	margin: 0;
}
body {
	font-size: 100%;
	font-family: 'Trebuchet MS', Tahoma, verdana, helvetica, sans-serif;
	color: #9C84C4;
	background-color: #FFF2FA;
}
h1 {
	font-size: 1.3em;	
	font-style: italic;
}
h2 {
	font-size: 1.2em;	
	color: #BD9BFA;
	font-style: italic;
}
h3 {	
	font-size: 1em;	
	color: #BD9BFA;
	font-weight: bold;
}
.header1{
	font-size: 1.3em;	
	font-style: italic;
}
.header2{
	font-size: 1.2em;	
	color: #BD9BFA;
}
.header3{
	font-size: 1em;	
	color: #BD9BFA;
	font-weight: bold;
}
.header4{
	font-size: 1.2em;
}
.header5{
	font-size: 1em;
	font-weight: bold;
}
a, a:link {	
	color: #5760CC;
	text-decoration: none;
}
a:hover {
	color: #FEBEE4;
	text-decoration: underline;
}
.title_bg{
	background-image: url('../new_images/title_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 22px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.025em;
	font-weight: bold;
}
.form{
	border: 1px solid #FEBEE4;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px;
}
input.button{
	border: 1px solid #FEBEE4;
	font-size: 1em;
	font-style: italic;
	color: #FFFFFF;
	background: #BE9BF9;
	padding: 4px;
}
.error {	
	font-size: 1em;	
	color: red;
	font-weight: bold;
}