/* CSS Document */
/*
main module Areas:

headerArea
This area is allways visible. it can contain the following elements: a small icon image, which must have the property "align="left"", h1, h2, and a div with the property "class="buttonDown"". The div will be the graphic indicating that the module can open and close.
 
contentArea
This area contains all that can be hidden or shown in a folding module. It does NOT hold the content itself, it's merly the area that the user will see as the content.  

contentArea topArea
This area does NOT hold any content. It's the top graphic in the content area. It's only visible if the content area is to have another appearance than the header area (as in the "Search" module fx.)

contentArea content
This is where the content is. It can contain headers, paragraphs and images. Lists are created by assigning the class listItem01 or listItem02 to the paragraphs that are to be bulleted and listTxt to paragraphs that are to be text subordinate to a bulleted list item.

contentArea bottomArea
This area does NOT hold any content. It's the bottom graphic in the content area. It's only visible if the content area is to have another appearance than the header area (as in the "Search" module fx.)

bottomArea
This area does NOT hold any content. It's the bottom graphic of the module.

*/


/* general module behavior*/
div.module {
	margin-bottom: 10px;
}
div.module p, div.module h1, div.module h2, div.module h3, div.module h4, div.module h5, div.module h6 {
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.clickable{	
	cursor: pointer;
}
	
div.module div.headerArea {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

div.module div.headerArea div.buttonUp, div.module div.headerArea div.buttonDown {
	float: right;
	display: none;
	height: 14px;
	width: 14px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}

div.module div.clickable div.buttonUp, div.module div.clickable div.buttonDown{
	display: inline;
} 

div.module div.moduleContentArea div.moduleContentTop {
	background-position: center top;
}


div.module div.moduleContentArea div.moduleContent {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div.width165 div.module div.moduleContentArea div.moduleContent table {
	width: 161px;
}

div.width190 div.module div.moduleContentArea div.moduleContent table {
	width: 186px;
}
div.width383 div.module div.moduleContentArea div.moduleContent table {
	width: 379px;
}

div.module div.moduleContentArea div.moduleContentBottom {
	background-position: center bottom;
}

div.module div.moduleContentArea div.moduleContent img {
	padding: 0px;
	margin: 0px;
}

div.module div.moduleContentArea div.moduleContent p.lookLikeLink {
	text-decoration: underline;
	text-align: right;
}

div.module div.moduleBottom {
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.moduleContent p {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
}

div.module h1, div.module h2, div.module h3, div.module h4, div.module h5,div.module h6 {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 0px;
	padding-bottom: 4px;
}   

div.module div.headerArea h2, div.module div.headerArea h2 a { /*this is the topmost header in a module */
	line-height: 18px;
	text-decoration: none;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;

}
div.module div.headerArea h3, div.module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
	line-height: 16px;
	text-decoration: none;
	padding-bottom: 2px;
}

div.moduleContent  p.listTxt {
	padding-left: 17px;
	font-size: 11px;
}
div.contentArea div.content div.moduleContent  p.listItem01, div.moduleContent  p.listItem01 {
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 14px;
	padding-bottom: 6px;
}
div.contentArea div.content div.moduleContent  p.listItem02, div.moduleContent  p.listItem02 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-bottom: 2px;
}


div.moduleContent p.lookLikeLink {
	font-size: 10px;
	text-decoration: underline;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

div.moduleContent form label {
	padding: 0px;
	margin-left: 7px;
	font-size: 10px;
	font-weight: bold;
}

/*type01Module*/

div.type01Module div.headerArea {/*This is the graphical top of the module*/
background-image:url(../images/frames/o190w.gif)
}

div.type01Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/w_o.gif);
}
div.type01Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/w_c.gif);
}

div.type01Module div.headerArea h2, div.type01Module div.headerArea h2 a { /*this is the topmost header in a module */
	color: #FFFFFF;
}
div.type01Module div.headerArea h3, div.type01Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
	color: #FFFFFF;
}

div.type01Module div.moduleContentTop {
	background-image: url(../foldingModules/foldingModulesContent.gif);
	height: 6px;
}
div.type01Module div.moduleContent {
	background-color: #FFFCF2;
	border-right: 1px solid #FF8000;
	border-left: 1px solid #FF8000;
}
div.type01Module div.moduleContentBottom { /*this is the bottom graphic of the module*/
	background-image: url(../foldingModules/foldingModulesContent.gif);
	height: 6px;
}


div.type01Module div.moduleContent form label {
	color: #666666;
}
div.type01Module div.moduleContent form input, div.type01Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF7700;
}


div.type01Module  div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
}


div.type01Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}
div.type01Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: left center;
}

div.type01Module div.moduleContent p.listItem02 a{
	color:#666666;
}
div.type01Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type01Module div.moduleContent p.lookLikeLink {
	color: #003399;
}

div.type01Module div.moduleBottom {
	background-image:url(../images/frames/o190w.gif);
	height: 8px;
}

/*type02Module*/

div.type02Module div.headerArea {/*This is the graphical top of the module*/
	background-image: url(../images/frames/lg190w.gif);
}

div.type02Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/dg_o.gif);
}
div.type02Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/dg_c.gif);
}

div.type02Module div.headerArea h2, div.type02Module div.headerArea h2 a { /*this is the topmost header in a module */
	color: #999999;
}

div.type02Module div.headerArea h3, div.type02Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
	color: #666666;
}

div.type02Module div.moduleContentTop {
	display: none;
}
div.type02Module div.moduleContent {
	background-color: #EEEEEE;
}
div.type02Module div.moduleContentBottom { /*this is the bottom graphic of the module*/
	display: none;
}


div.type02Module div.moduleContent form label {
	color: #666666;
}
div.type02Module div.moduleContent form input, div.type02Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #000;

}


div.type02Module div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
}

div.type02Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}

div.type02Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: left center;
}

div.type02Module div.moduleContent p.listItem02 a{
	color:#666666;
}

div.type02Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type02Module div.moduleContent p.lookLikeLink {
	color: #003399;
}
div.type02Module div.moduleBottom {
	background-image: url(../images/frames/lg190w.gif);
	height: 8px;
}

/*type02Module on grey BG*/

body.grey div.type02Module div.headerArea {/*This is the graphical top of the module*/
	background-image: url(../images/frames/w190pxw.gif);
}

body.grey div.type02Module div.moduleContent {
	background-color: #FFFFFF;
}

body.grey div.type02Module div.moduleBottom {
	background-image: url(../images/frames/w190pxw.gif);
	height: 8px;
}

/*type03module*/

div.width165 div.type03Module div.headerArea {
background-image:url(../images/frames/s1pxLO165w.gif);
}

div.width190 div.type03Module div.headerArea {
background-image:url(../images/frames/s1pxLO190w.gif);
}

div.width383 div.type03Module div.headerArea {
background-image:url(../images/frames/s1pxLO383w.gif);
}

div.type03Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/lo_o.gif);
}
div.type03Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/lo_c.gif);
}

div.type03Module div.headerArea h2, div.type03Module div.headerArea h2 a { /*this is the topmost header in a module */
	color: #FF7700;
}
div.type03Module div.headerArea h3, div.type03Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
	color: #FF7700;
}

div.type03Module  div.moduleContentTop {
	display: none;
}

div.type03Module  div.moduleContent {
	background-color: #FFFAEF;
	border-right: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
}
div.type03Module  div.moduleContentBottom { /*this is the bottom graphic of the content of the module*/
	display: none;
}


div.type03Module  div.moduleContent form label {
	color: #666666;
}

div.type03Module  div.moduleContent form input, div.type03Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF7700;
}

div.type03Module div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
	overflow: hidden;
}

div.type03Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}

div.type03Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: 0px 4px;
}

div.type03Module div.moduleContent p.listItem02 a{
	color:#666666;
}

div.type03Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type03Module div.moduleContent p.lookLikeLink {
	color: #003399;
}
div.width165 div.type03Module div.moduleBottom {
background-image:url(../images/frames/s1pxLO165w.gif);
height:8px;
}

div.width190 div.type03Module div.moduleBottom {
background-image:url(../images/frames/s1pxLO190w.gif);
height:8px;
 }
 
div.width383 div.type03Module div.moduleBottom {
background-image:url(../images/frames/s1pxLO383w.gif);
height:8px;
}


/*type04module*/

div.width165 div.type04Module div.headerArea {
background-image:url(../images/frames/o165w.gif);
}

div.width190 div.type04Module div.headerArea {
background-image:url(../images/frames/o190w.gif)
}

div.width383 div.type04Module div.headerArea {
background-image:url(../frames/o383w.gif);
}

div.type04Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/w_o.gif);
}

div.type04Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/w_c.gif);
}

div.type04Module div.headerArea h2, div.type04Module div.headerArea h2 a { /*this is the topmost header in a module */
	color: #FFF;
}
div.type04Module div.headerArea h3, div.type04Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
	color: #FFF;
}

div.type04Module  div.moduleContentTop {
	display: none;
}

div.type04Module  div.moduleContent {
	background-color: #F70;
}
div.type04Module  div.moduleContentBottom { /*this is the bottom graphic of the content of the module*/
	display: none;
}

div.type04Module  div.moduleContent form label {
	color: #FFF;
}

div.type04Module  div.moduleContent form input, div.type04Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF7700;
}

div.type04Module div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
	overflow: hidden;
}

div.type04Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}

div.type04Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: 0px 4px;
}

div.type04Module div.moduleContent p.listItem02 a{
	color:#666666;
}

div.type04Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type04Module div.moduleContent p.lookLikeLink {
	color: #003399;
}
div.width165 div.type04Module div.moduleBottom {
background-image:url(../images/frames/o165w.gif);
height:8px;
}

div.width190 div.type04Module div.moduleBottom {
background-image:url(../images/frames/o190w.gif);
height:8px;
}
 
div.width383 div.type04Module div.moduleBottom {
background-image:url(../images/frames/o383w.gif);
height:8px;
}

/*type05module*/

div.width165 div.type05Module div.headerArea {
background-image:url(../images/frames/o165w.gif);
}

div.width190 div.type05Module div.headerArea {
background-image:url(../images/frames/p190w.gif)}

div.width383 div.type05Module div.headerArea {
background-image:url(../images/frames/p383w.gif);
}

div.type05Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/o_o.gif);
}

div.type05Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/o_c.gif);
}

div.type05Module div.headerArea h2, div.type05Module div.headerArea h2 a { /*this is the topmost header in a module */
}
div.type05Module div.headerArea h3, div.type05Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
}

div.type05Module  div.moduleContentTop {
	display: none;
}

div.type05Module  div.moduleContent {
	background-color: #FFEEDA;
}
div.type05Module  div.moduleContentBottom { /*this is the bottom graphic of the content of the module*/
	display: none;
}

div.type05Module  div.moduleContent form label {
	color: #FFF;
}

div.type05Module  div.moduleContent form input, div.type05Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF7700;
}

div.type05Module div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
	overflow: hidden;
}

div.type05Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}

div.type05Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: 0px 4px;
}

div.type05Module div.moduleContent p.listItem02 a{
	color:#666666;
}

div.type05Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type05Module div.moduleContent p.lookLikeLink {
	color: #003399;
}
div.width165 div.type05Module div.moduleBottom {
background-image:url(../images/frames/o165w.gif);
height:8px;
}

div.width190 div.type05Module div.moduleBottom {
background-image:url(../images/frames/p190w.gif);
height:8px;
}
 
div.width383 div.type05Module div.moduleBottom {
background-image:url(../images/frames/o383w.gif);
height:8px;
}

/*type06module*/

div.width165 div.type06Module div.headerArea {
background-image:url(../images/frames/o165w.gif);
}

div.width190 div.type06Module div.headerArea {
background-image:url(../images/frames/s190w.gif)}

div.width383 div.type06Module div.headerArea {
background-image:url(../images/frames/s383w.gif);
}

div.type06Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/lo_o.gif);
}

div.type06Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/lo_c.gif);
}

div.type06Module div.headerArea h2, div.type06Module div.headerArea h2 a { /*this is the topmost header in a module */
}
div.type06Module div.headerArea h3, div.type06Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
}

div.type06Module  div.moduleContentTop {
	display: none;
}

div.type06Module  div.moduleContent {
	background-color: #FFFAEF;
}
div.type06Module  div.moduleContentBottom { /*this is the bottom graphic of the content of the module*/
	display: none;
}

div.type06Module  div.moduleContent form label {
	color: #FFF;
}

div.type06Module  div.moduleContent form input, div.type06Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF7700;
}

div.type06Module div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
	overflow: hidden;
}

div.type06Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}

div.type06Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: 0px 4px;
}

div.type06Module div.moduleContent p.listItem02 a{
	color:#666666;
}

div.type06Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type06Module div.moduleContent p.lookLikeLink {
	color: #003399;
}
div.width165 div.type06Module div.moduleBottom {
background-image:url(../images/frames/o165w.gif);
height:8px;
}

div.width190 div.type06Module div.moduleBottom {
background-image:url(../images/frames/s190w.gif);
height:8px;
}
 
div.width383 div.type06Module div.moduleBottom {
background-image:url(../images/frames/s383w.gif);
height:8px;
}

/*type07module*/

div.width165 div.type07Module div.headerArea {
background-image:url(../images/frames/o165w.gif);
}

div.width190 div.type07Module div.headerArea {
background-image:url(../images/frames/w1pxG190w.gif)}

div.width383 div.type07Module div.headerArea {
background-image:url(../images/frames/w1pxG383w.gif);
}

div.type07Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/g_o.gif);
}

div.type07Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/g_c.gif);
}

div.type07Module div.headerArea h2, div.type07Module div.headerArea h2 a { /*this is the topmost header in a module */
}
div.type07Module div.headerArea h3, div.type07Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
}

div.type07Module  div.moduleContentTop {
	display: none;
}

div.type07Module  div.moduleContent {
	background-color: #FFF;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
div.type07Module  div.moduleContentBottom { /*this is the bottom graphic of the content of the module*/
	display: none;
}

div.type07Module  div.moduleContent form label {
	color: #FFF;
}

div.type07Module  div.moduleContent form input, div.type07Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF7700;
}

div.type07Module div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
	overflow: hidden;
}

div.type07Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}

div.type07Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: 0px 4px;
}

div.type07Module div.moduleContent p.listItem02 a{
	color:#666666;
}

div.type07Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type07Module div.moduleContent p.lookLikeLink {
	color: #003399;
}
div.width165 div.type07Module div.moduleBottom {
background-image:url(../images/frames/o165w.gif);
height:8px;
}

div.width190 div.type07Module div.moduleBottom {
background-image:url(../images/frames/w1pxG190w.gif);
height:8px;
}
 
div.width383 div.type07Module div.moduleBottom {
background-image:url(../images/frames/w1pxG383w.gif);
height:8px;
}

/*type08module*/

div.width165 div.type08Module div.headerArea {
background-image:url(../images/frames/o165w.gif);
}

div.width190 div.type08Module div.headerArea {
background-image:url(../images/frames/w1pxO190w.gif)}

div.width383 div.type08Module div.headerArea {
background-image:url(../images/frames/w1pxO383w.gif);
}

div.type08Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/dg_o.gif);
}

div.type08Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/dg_c.gif);
}

div.type08Module div.headerArea h2, div.type08Module div.headerArea h2 a { /*this is the topmost header in a module */
}
div.type08Module div.headerArea h3, div.type08Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
}

div.type08Module  div.moduleContentTop {
	display: none;
}

div.type08Module  div.moduleContent {
	background-color: #FFF;
	border-right: 1px solid #f70;
	border-left: 1px solid #f70;
}
div.type08Module  div.moduleContentBottom { /*this is the bottom graphic of the content of the module*/
	display: none;
}

div.type08Module  div.moduleContent form label {
	color: #FFF;
}

div.type08Module  div.moduleContent form input, div.type08Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF7700;
}

div.type08Module div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
	overflow: hidden;
}

div.type08Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}

div.type08Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: 0px 4px;
}

div.type08Module div.moduleContent p.listItem02 a{
	color:#666666;
}

div.type08Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type08Module div.moduleContent p.lookLikeLink {
	color: #003399;
}
div.width165 div.type08Module div.moduleBottom {
background-image:url(../images/frames/o165w.gif);
height:8px;
}

div.width190 div.type08Module div.moduleBottom {
background-image:url(../images/frames/w1pxO190w.gif);
height:8px;
}
 
div.width383 div.type08Module div.moduleBottom {
background-image:url(../images/frames/w1pxO383w.gif);
height:8px;
}

/*type09module*/

div.width165 div.type09Module div.headerArea {
background-image:url(../images/frames/o165w.gif);
}

div.width190 div.type09Module div.headerArea {
background-image:url(../images/frames/oGrad190w.gif)}

div.width383 div.type09Module div.headerArea {
background-image:url(../images/frames/oGrad383w.gif);
}

div.width520 div.type09Module div.headerArea {
background-image:url(../images/frames/oGrad520w.gif);
}

div.type09Module div.headerArea div.buttonDown {
	background-image: url(../images/frames/icons/w_o.gif);
}

div.type09Module div.headerArea div.buttonUp {
	background-image: url(../images/frames/icons/w_c.gif);
}

div.type09Module div.headerArea h2, div.type09Module div.headerArea h2 a { /*this is the topmost header in a module */
	color: #FFFFFF;
}
div.type09Module div.headerArea h3, div.type09Module div.headerArea h3 a { /*this is an optional header - there is no restriction on the number of h2 tags in the header area*/
	color: #FFFFFF;
}

div.type09Module  div.moduleContentTop {
	display: none;
}

div.type09Module  div.moduleContent {
	background-color: #FFFAEF;
	border-right: 2px solid #f70;
	border-left: 2px solid #f70;
}
div.type09Module  div.moduleContentBottom { /*this is the bottom graphic of the content of the module*/
	display: none;
}

div.type09Module  div.moduleContent form label {
	color: #FFF;
}

div.type09Module  div.moduleContent form input, div.type09Module div.moduleContent form select {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FF7700;
}

div.type09Module div.moduleContent img {/*ensures that any image in the content area does not dsetroy the module*/
	overflow: hidden;
}

div.type09Module div.moduleContent  p.listItem01 {
	background-image: url(../images/orangeV.gif);
	background-position: left top;
}

div.type09Module div.moduleContent p.listItem02 {
	background-image: url(../images/orange5pxDot.gif);
	background-position: 0px 4px;
}

div.type09Module div.moduleContent p.listItem02 a{
	color:#666666;
}

div.type09Module div.moduleContent p.listItem02 a:hover{
	color:#FF7700;
}

div.type09Module div.moduleContent p.lookLikeLink {
	color: #003399;
}
div.width165 div.type09Module div.moduleBottom {
background-image:url(../images/frames/o165w.gif);
height:8px;
}

div.width190 div.type09Module div.moduleBottom {
background-image:url(../images/frames/s2pxO190w.gif);
height:10px;
}
 
div.width383 div.type09Module div.moduleBottom {
background-image:url(../images/frames/s2pxO383w.gif);
height:10px;
}

div.width520 div.type09Module div.moduleBottom {
background-image:url(../images/frames/s2pxO520w.gif);
height:10px;
}

