/*  Editor Styles Must be the same as in main style sheet *****************************/
body {
	margin: 0px;
	font-size : 100%;
	font-faimly: tahoma, verdana, arial;
	background-color : #FFFFFF; 
}

/*****************************************************************
Styles that display in editor|
********************/

.header,h1 {
	font-size: 19px;
	font-weight: bold;
	color: #4891B3;
}

.caption {
	font-size: 10px;
	color: #3D79AB;
	font-weight: bold;
}

.intInitCap {
	font-size: 19px;
	color: #E28317;
	font-weight: bold;
}

.Highlight {
background-color : yellow; 
}

.whiteSm {
	color: #FCFEF9;
	font-size: 11px;
}

/*********************
****************************************************************/


p, td {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #284040;
}

p {
	line-height: 17px;
}

li {
	margin-bottom: 7px;
}

a:link {
	color: #427B8A;
	font-weight: bold;
}

a:visited {
	color: #71ACBB;
	font-weight: bold;
}

a:hover {
	color: #427B8A;
	text-decoration: none;
	font-weight: bold;
}