

body
{
	font-family: Arial, Sans-Serif;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a
{
	color: #8A7650;
}
a:link
{
	color: #7A6640;
}
a:hover
{
	color: #9A8660;
}
a:visited
{
	color: #8A7650;
}

.WhiteMenu
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.WhiteMenu
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.WhiteMenu:link
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.WhiteMenu:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.WhiteMenu:visited
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.smenus
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #B20036;
	text-decoration: none;
}
a.smenus
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.smenus:link
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.smenus:hover
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.smenus:visited
{
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
dl.smenus
{
	background-color: #B20036;
}

TD.nrPadded
{
	padding: 3pt 15pt 3pt 15pt;
}
/* 
	NISHITH: 03/08/2008 Added the following to render render the background image and   
                        change it dynamically.
*/
TD.dynBckg:hover
{
	background-image: url(http://www.nationruskin.com/art/MenuButtonPressed.gif);
}

img.dynBckgUnpress
{
	src: url(http://www.nationruskin.com/art/MenuButton.gif);
}
/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}



