body
{
	font-family : Tahoma, Arial, Sans-Serif;
	font-size : 12px;
	line-height : 1.5em;
	color : Black;
	background-color : White;
	margin : 50px 0px 0px 0px
}

body a { text-decoration : none; font-weight : bold; }
body a:link { color: #525fa4; }
body a:visited { color: #525fa4; }
body a:hover { color: #fbcd28; }
body a:active { color: #fbcd28; }

img { border : 0px; }

.content 
{ 
	width : 745px;
	
	margin-left : auto;
	margin-right : auto;
}

.footer
{
    width : 745px;
	text-align : center;
	font-size : 10px;
    position : relative;
	top : -7px;
}

ul
{
    list-style-type: none;
}

li
{
    background-image: url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 13px;
}

span
{
    color : #222761;
}

.menuitemselected
{
    background-image : url('selected.png');
    background-repeat : no-repeat;
    background-position : 8px 11px;
/*    width : 124px;*/
}

span 
{ 
    color : rgb(62,64,113);
    font-weight : bold;
}

