/* Custom Alert and Message Styles */

.newMsg	{
	font-family:arial; 
	color:#990000; 
	font-style:italic; 
	font-wight:bold; 
	font-size:12px;
}
		
/*	Basic default class settings - all styles inherit from 
	or modify these settings */
	
h1,h2,h3,h4,h5,h6,p,table,tr,td,ul,li,body,form,input,select{
	font-size:14px;
	font-family:arial; 
	color:#003333;
	text-decoration:none;
}

/* Definitions of html elements */
h1{
	color:#006666;
	font-size:18px;
}
h2{
	color:#006666;
	font-size:16px;
}
h3{
	color:#003366;
	font-size:14px;
}
h4{
	color:#006666;
	font-size:12px;
}
h5,h6{
	color:#006666;
	font-size:10px;
}

/* Anchor and link definitions */


a,a:link,a:visited,a:hover,a:active {
	color:#000099;	
	font-family:arial; 
	text-decoration:none;
}
a:hover,a:active {
	color:#330000;
}


/*	Form elements defined */

input,select,textarea {
	background-color:#ffffff;
	color:#006699;
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	SCROLLBAR-FACE-COLOR: #fff8f0; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #000099; 
	SCROLLBAR-3DLIGHT-COLOR: #0000ff; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #fff8f0; 
	SCROLLBAR-DARKSHADOW-COLOR: #e0e0e0;	
	
}

body{
	SCROLLBAR-FACE-COLOR: #fff8f0; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #000099; 
	SCROLLBAR-3DLIGHT-COLOR: #0000ff; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #fff8f0; 
	SCROLLBAR-DARKSHADOW-COLOR: #e0e0e0;
}


.slideHeader,.slideHeader:visited,.slideHeader:link {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #000099}
li { list-style-image: url(/images/global/bullet4.gif)}
.bookTitles {  text-decoration: underline}
.navMnu {background-color:#ddeeff;}.indentOne {  padding-left: 40px}
.small {  font-size: 10px}
.blackBorder {  border: #000000; border-style: solid; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px}
.thinBorder {  border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


