/*---------------------------------
|       Global Declarations       |
---------------------------------*/

/* Text - Defaults */
body, 
td, 
p, 
li, 
input, 
select, 
textarea { font: normal normal 11px Tahoma, Arial, Sans-Serif; color: #202020; }

/* Lists */
ul { list-style-type: square; }
ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px; font-weight: normal; }
h2 { font-size: 16px; }
h3 {
	font-size: 12px;
	color: #333;	
	margin: 0;
	padding: 20px 0 0 0;
}
h4 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EF59A1;
	margin-bottom: 0px;
}
h5 {
	margin-top: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #202020;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	color: #F16D9A;
	font-style: italic;
	font-weight: bold;
}

/* Anchor */
a:link, 
a:visited { color: #F16D9A; font-weight: bold; text-decoration: none; }
a:hover { color: #F16D9A; text-decoration: underline; }
a:active { color: #F16D9A; font-weight: bold; text-decoration: none; }

/* Forms */
form { margin: 0px; padding: 0px; }

/*---------------------------------
|       Custom Declarations       |
---------------------------------*/

hr {
	color: #F7B4C7;
	height: 1px;
	width: 90%;
	margin: 0;
	padding: 0;
	border: none;
}