/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: sylfaen,Arial,sans-serif;
	color: #0000FF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align:justify;
	background-image: url(CommonImages/bkgr.gif); background-position:  bottom; background-attachment:fixed; background-repeat:no-repeat;
	
}

p{line-height:normal; }
/******* hyperlink and anchor tag styles *******/
a{
	color: #993300;
}
a:link, a:visited{
	color: #993300;
	text-decoration: none;
}

a:hover{
	color:#FF3300;
}
a#selected {
	color: #FF0000;
}
a#Title{
padding-left: 5px;
padding-right: 5px;

font-size: 24px;
color:#FF0066;
}


/************* globalNav styles ****************/
a.glink,a.glink:visited {
	background-image:url(CommonImages/menu.gif);
  	font-size:13px;
  	color:#CC9966;
	font-weight: bold;
	margin:1px;
	padding:3px;
	/*border-right: 1px solid #8FB8BC;*/
	border: 1px solid #663300
}

a.glink:hover {
    color:  #8B0000;
  	background-image:  url(CommonImages/menuBkgr.gif);
	text-decoration: none
}

/*a.glink#selected {
	background-image: url(CommonImages/SelMenu.gif);
	font-size: 15px;
  	color: #FC3241;
	z-index:100;
}
*/


/************* Letters styles ****************/
a.letter, a.letter:visited {
	background-color: #EAEAEA;
  	font-size: 13px;
  	color: #CC9966;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	border: 0px solid #663300;
}

a.letter:hover {
    color: #FF0000;
  	background-image:  url('CommonImages/menuBkgr.gif');
	text-decoration: none
}
