#content
{
	overflow		: auto;
	height			: 350px;
	padding-left	: 10;
}

.iframe2
{
    background-image: url(../images/content.jpg); 
	background-repeat: no-repeat;
	overflow-y:scroll;
	overflow-x:scroll;
	background-attachment: fixed; 
	background-position-y:center ;
}

img
{
	border		: 0;
}


.titleContent
{
	color			: #E95000;
	font-family		: Verdana;
	font-size		: 13px;
	font-weight		: bolder;
}

.content
{
	color			: #000000;
	font-family		: Verdana;
	font-size		: 11px;
	font-weight		: normal;
}

.title
{
	color			: #FFFFFF;
	font-family		: Verdana;
	font-size		: 15px;
	font-weight		: bolder;
}

.errormessage
{
	color			: RED;
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bolder;
}


.button
{
	border-width	: 1;
	border-color	: #4A0047;
	color			: #E95000;
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bolder;
}
.textBox
{
	border-width	: 1;
	border-color	: #4A0047;
	color			: #E95000;
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bolder;
}
.gridRow
{
	color			: #E95000;
	background-color: #CCCCCC;
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bolder;
	width			: 90%;
}
.gridRowAlt
{
	color			: #4A0047;
	background-color: #FFFFFF;
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bolder;
}

.NAWOrange
{
	color			: #E95000;
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bolder;
}

.NAWPurple
{
	color			: #4A0047;
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bolder;
}
.footer
{
	color			: #FFFFFF;
	font-family		: Verdana;
	font-size		: 10px;	

}
a.back:link 
{
	color			: #4A0047;
	font-family		: Verdana;
	font-size		: 12px;
	font-weight		: bolder;
	font-style		: normal;
	text-decoration : undeline;
}

a.back:visited 
{
	color			: #4A0047;
	font-family		: Verdana;
	font-size		: 12px;
	font-weight		: bolder;
	font-style		: normal;
	text-decoration : undeline;
}

a.back:active 
{
	color			: #4A0047;
	font-family		: Verdana;
	font-size		: 12px;
	font-weight		: bolder;
	font-style		: normal;
	text-decoration : undeline;
}

a.back:hover 
{
	color			: #4A0047;
	font-family		: Verdana;
	font-size		: 12px;
	font-weight		: bolder;
	font-style		: normal;
	text-decoration : none;
}


a.menu:link 
{
	color			: #E95000;
	font-family		: Verdana;
	font-size		: 14px;
	font-weight		: bolder;
	font-style		: normal;
	text-decoration : none;
}

a.menu:visited 
{
	color			: #E95000;
	font-family		: Verdana;
	font-size		: 14px;
	font-weight		: bolder;
	font-style		: normal;
	text-decoration : none;
}

a.menu:active 
{
	color			: #E95000;
	font-family		: Verdana;
	font-size		: 14px;
	font-weight		: bolder;
	font-style		: normal;
	text-decoration : none;
}

a.menu:hover 
{
	color			: #E95000;
	font-family		: Verdana;
	font-size		: 14px;
	font-weight		: bolder;
	font-style		: normal;
	text-decoration : none;
}

p
{
	color			: #000000;
	font-family		: Verdana;
	font-size		: 11px;
	font-weight		: normal;
}

h1
{
	color			: #000000;
	font-family		: Verdana;
	font-size		: 16px;
	font-weight		: bold;
}

li
{
	color			: #000000;
	font-family		: Verdana;
	font-size		: 11px;
	font-weight		: normal;
}

TABLE.cmsgrid
{
	width: 100%;
}

TABLE.cmsgrid TR TD
{
	font-family		: Verdana;
	font-size: 12px;
}

TABLE.cmsgrid TR.header TD
{
	font-family		: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #D1CBD0;
}
w