/* Design CSS */

body
{
	color: #666666;
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS";
	font-size: 13px; line-height: 130%;
	margin: 0px;
	padding: 0px;
}

textarea, text
{
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS";
}

a
{
	text-decoration: underline;
	color: #b4276b;
}

li
{
	margin-top: 10px;
}

a:hover
{
	text-decoration: underline;
}

.pheading
{
	color: #b4276b;
	font-weight: bold;
}

.flatbutton
{
	background-color: #ffffff;
	border-style: none;
	font-size: 13px;
	color: #b4276b;
	cursor: pointer;
	text-decoration: underline;
}

#lyrsubheadingtext h1
{
	padding-top: 30px;
	padding-left: 20px;
	color: #b4276b;
	font-size: 18px;
	font-weight: bold;
}

#lyrsubheadingtext p
{
	padding-left: 20px;
}

#lyrsubheadingtext
{
	color: #b4276b;
	font-size: 14px;
}

#lyrmenu
{
	color: #aaaaaa;
	font-size: 11px;
	word-spacing: 1px;
}

#lyrmenu a
{
	color: #aaaaaa;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
}

#lyrmenu a:hover
{
	color: #b32869; 
}

#lyrcontentcol
{
	background-color: #ffffff;
}

#lyrtitletext
{
	background-color: #ffffff;
}

#lyrfoottext
{
	color: #ffffff;
	font-size: 12px;
}

#lyrfoottext a
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}

#lyrcopyright
{
	color: #999999;
	font-size: 11px;
}

#lyrcopyright a
{
	color: #999999;
	text-decoration: none;
}

#lyrcopyright a:hover
{
	color: #999999;
	text-decoration: underline;
}

