@charset "utf-8";
/*Designed by Trine Paerata - trine@lotsa.com.au */


body {
	margin-top: 		25px; 
	margin-right: 		0px; 
	margin-bottom: 		0px; 
	margin-left: 		0px; 
	background-color: 	#ffffff;
	font-family: 		verdana,tahoma, verdana, arial, sans-serif; 
	font-size: 			12px;
	color:				#000000;
	
}

/* headers and text */

h1 {
	font-size: 25px;
	color: #B5084A;
	padding: 20px 5px 5px 20px;
	line-height: 30px;
}

h2 {
	font-size: 14px;
	color: #000000;
	padding: 10px 5px 5px 20px;
	line-height: 25px;
}

h3 {
	font-size: 20px;
	color: #B5084A;
	padding: 20px 5px 5px 20px;
	line-height: 30px;
}

h4 {
	
	font-size: 16px;
	color: #CC3399;
	padding: 10px 40px 5px 20px;
	
}

h5 {
	font-size: 30px;
	font-family:"Times New Roman", Times, serif;
	color: #B5084A;
	font-weight:normal;
	padding: 20px 5px 20px 20px;
	line-height: 40px;
	
}

p {

	font-size:			12px;
	text-decoration:	none;
	font-weight:		none;
	font-family: 		verdana,tahoma, verdana, arial, sans-serif; 
	
	line-height: 		20px;
	padding: 			0px 10px 0px 20px;
	
	 
}

.style1 {
	color: #FFFFFF;
	padding:20px;
}

.style2 {

	font-size:			12px;
	text-decoration:	none;
	font-weight:		bold;
	font-family: 		verdana,tahoma, verdana, arial, sans-serif; 
	color:				#000000;
	line-height: 		20px;
	padding: 			0px 10px 0px 20px;
	
}

.style3 {
	font-size:			9px;

}

.pink{
	color:				#B5084A;
	font-weight:		bold;
	font-style:			italic;
	
}

.blue{
	color:				#495482;
	font-weight:		bold;
	font-style:			italic;
	
}


span {
	color: 				#000000;
	
}

.numberbullets {

	font-size:			12px;
	text-decoration:	none;
	font-weight:		none;
	font-family: 		verdana,tahoma, verdana, arial, sans-serif; 
	color:				#000000;
	line-height: 		20px;
	padding: 			5px 10px 2px 60px;
	
}



a:link			{    color: #6633cc;    text-decoration: underline; }
a:visited		{    color: #6633cc;    text-decoration: underline; }
a:hover			{    color: #6633cc;    text-decoration: none; }
a:active		{    color: #6633cc;    text-decoration: underline; }

td {
	
	margin:0px;
	padding: 0px;
}

center {
	padding: 10px 20px 5px 20px;
	
}

.right {
	text-align:right;
}



strong{
	font-size:			12px;
	text-decoration:	none;
	font-weight:		bold;
	font-family: 		verdana,tahoma, verdana, arial, sans-serif; 
	color:				#000000;
}
.footer{
	font-size:			10px;
	text-decoration:	none;
	font-weight:		none;
	font-family: 		verdana,tahoma, verdana, arial, sans-serif; 
	color:				#999999;
}

/* FORMS INPUT & BUTTONS */
input {
	font-family: 		arial, helvetica, sans-serif; 
	font-size: 			11px; 
	font-weight: 		300; 
	height:				20px;
	background-color:	#ffffff;
	padding:			0px 0px 0px 2px;
	color: 				#333333;
	border: 			1px solid #cccccc;
	margin: 			0px;

}
.textarea {
	font-family: 		arial, helvetica, sans-serif; 
	font-size: 			11px; 
	font-weight: 		300; 
	background-color:	#ffffff;
	padding:			2px 0px 0px 4px;
	color: 				#333333;
	border: 			1px solid #cccccc;
	margin: 			1px;
	height:				35px;
	overflow:			hidden;
	width: 				260px;
}
select,.select {
	font-family: 		arial, helvetica, sans-serif; 
	font-size: 			11px; 
	font-weight: 		300; 
	background-color:	#ffffff;
}
#radio,.radio	{
	
	border-style:		none;
	padding:			0px 0px 0px 0px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:		middle;
	text-align: 		center;
}
#checkbox,.checkbox {
	background-color:	#ffffff;
	border-style:		none;
}
#button,.button {
	border-right: 		#acb5b5 3px double; 
	border-top: 		#c4cccc 3px double; 
	background-color:	#f6f6f6;
	border-left:		#acb5b5 3px double; 
	border-bottom:		#6f7777 3px double;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#000;
	padding:			4px;
	height:				30px;
	
	
}

.list-none{
	list-style:none;
	padding: 0px;
	margin:0px;
}

.sub_heading{
	font-weight:bold;
}

fieldset{
	border: none;
}

