/* Start of CMSMS style sheet 'akeb red' */
/*
default link styles
*/

/* set all links to have underline and bluish color */
a:link, a:visited
{
	color: #991000;
	text-decoration: none;
}

/* remove underline on hover and change color */
a:hover { text-decoration: underline; }

/*****************
basic layout 
*****************/


#imgshow { 
width: 160px; 
padding: 0;
margin: 0;
background-color: #AD291A;
color: #EFD4D1;
}
#imgshow p { padding: 0 4px;
line-height: 24px; }
#imgshow a:link, #imgshow a:visited
{
text-decoration: none;
color: white;
}
#imgshow a:hover { text-decoration: underline; }
div#imgtop { background-color: #AD291A; height: 24px; }
#menubar
{
	height: 24px;
	background-color: #AD291A;
	padding-left: 145px;
	color: #555;
}

#content h2
{
	color: #AD291A;
	font-size: 1.35em;
	text-align: left;
	line-height: 1.35em;
font-family: 'times new roman', times, serif;
}

ul li
{
	list-style-image: url(images/bulletRed.gif);
	list-style-type: default;
	list-style-position: default;
}

tr.even { background-color: #FFEEC8; }
tr.odd { background-color: #FFF9ED; }


.note
{
	color: #007341;
	font-weight: bold;
}
ol, ul
{
	padding-left: 10px;
	margin: .75em 0 .75em 1.5em;
}

#content ul li 
{
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
}

ul.arrow li
{
	list-style-type: default;
	list-style-image: url(images/bulletArr.gif);
	list-style-position: default;
}
.red { color: #991000;
background-color: inherit;
font-weight: bold; }
/* End of 'akeb red' */

