body, p, div, span, td, li, input, select, option, hr {
	color: #FEFEFE;
	font-size: 10px;
	font-family: verdana, arial, helvetica;
}


body {
	background-color: #000;
	border:0px;
	margin:0px;
}



a, a:link, a:active, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #BD0046;/* D82621 6A6A93 */
}

a:hover
{
	background-color:#FEFEFE;/* FEFEFE */
	color: #D1A900;
}


a.milk, a.milk:link, a.milk:active, a.milk:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFCC;/* D82621 6A6A93 */
}

a.milk:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #FFFFCC;
}


a.onPict, a.onPict:link, a.onPict:active, a.onPict:visited
{
	text-decoration: none;
	font-weight: normal;
	color: inherit;
}

a.onPict:hover
{
	background-color: transparent;
	color: inherit;
}




.mainBox {
	margin:auto;
	width: 600px;
}



.bold 			{font-weight:bold;}
.non_bold 	{font-weight:normal;}
.italic 		{font-style: italic;}
.underline 	{text-decoration: underline;}

.small 		{font-size: 9px}
.smaller 	{font-size: 8px}
.big 			{font-size: 12px;}
.big2 		{font-size: 14px;}
.big3 		{font-size: 16px;}
.big4 		{font-size: 18px;}
.big5 		{font-size: 20px;}



.orange { color: #DE7215;	/*font-size: inherit; font-style: inherit; font-weight: inherit;*/  }
.pink 	{ color: #C00063;	/*font-size: inherit; font-style: inherit; font-weight: inherit;*/  }
.olive 	{ color: #A2A032;	/*font-size: inherit; font-style: inherit; font-weight: inherit;*/  }
.grey 	{ color: #999;		/*font-size: inherit; font-style: inherit; font-weight: inherit;*/  }
.milk {color: #FFFFCC;}


.withBorder {
	border-style:solid;
	border-width:1px;
	border-color:#FEFEFE;
}

.greyBorder {
	border-style:solid;
	border-width:1px;
	border-color:#666;
}

.noBorder {
	border-style: none;
	border-width: 0;
	border-color: transparent;
}
