/* CSS Document */
body
{
	background: url(images/bg.jpg) top center repeat-x #FCFCFC;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.bottom-bg
{
	background: url(images/bottom-bg.jpg) no-repeat top center #FBFBFB;
	height: 108px;
}

.specials
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

.specials A:link	{font-size: 14px; font-weight: bold; font-style: italic; color:#FFFFFF; text-decoration: none;}
.specials A:visited {font-size: 14px; font-weight: bold; font-style: italic; color:#FFFFFF; text-decoration: none;}
.specials A:active {font-size: 14px; font-weight: bold; font-style: italic; color:#FFFFFF; text-decoration: none;}
.specials A:hover	{font-size: 14px; font-weight: bold; font-style: italic; color:#FFFFFF; text-decoration: underline;}

.footer
{
	font-size: 11px;
	color: #08166A;
}

A:link	{font-size: 12px; font-weight: bold; color:#08166A; text-decoration: none;}
A:visited {font-size: 12px; font-weight: bold; color:#08166A; text-decoration: none;}
A:active {font-size: 12px; font-weight: bold; color:#08166A; text-decoration: none;}
A:hover	{font-size: 12px; font-weight: bold; color:#08166A; text-decoration: underline;}

.footer A:link	{font-size: 11px; font-weight: bold; color:#08166A; text-decoration: none;}
.footer A:visited {font-size: 11px; font-weight: bold; color:#08166A; text-decoration: none;}
.footer A:active {font-size: 11px; font-weight: bold; color:#08166A; text-decoration: none;}
.footer A:hover	{font-size: 11px; font-weight: bold; color:#08166A; text-decoration: underline;}

#login {
	width:250px;
	padding:15px;
	border:1px solid #B8B8B8;
	background:#C5CED5;
	margin:100px 300px;
	}