BODY
{
    FONT-SIZE: 80%;
    FONT-FAMILY: Arial, 'MS Sans Serif'
}
TD
{
    FONT-SIZE: 80%;
    FONT-FAMILY: Arial, 'MS Sans Serif'
}
A
{
	text-decoration:none
	}
.mainText
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: 'Century Gothic', Arial
}
.header
{
    FONT-SIZE: 36pt;
    COLOR: black;
    FONT-FAMILY: Garamond
}
.thumbTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: #a9be7e;
	font-family: 'Century Gothic';
	font-variant: normal;
}
.styleTitle
{
	font-size: 10pt;
	color: #a9be7e;
	font-family: Arial;
}
.catTitle
{
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial;
}
.security
{
	font-size: 7pt;
	text-transform: lowercase;
	font-family: Arial;
	letter-spacing: 1pt;
}
.logonForm
{ 
	font-size: 9px; 
	/*color: #a9be7e;*/
}



/** Menu - Sections **/

#menu-sections{
	font-family: "Century Gothic";
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#menu-sections li{
	z-index: 100000;
	position: relative;
}

#menu-sections li a{
	display: block;
	margin: 2px;
	padding: 6px 12px;
	text-decoration:none;
	font-weight: bold;
	color: #000;
	width: 100px;
	white-space: nowrap;
}

#menu-sections li a:hover{
	color: #444;	
}

/** Subs **/

#menu-sections li ul{
	position: absolute;
	display: none;
	margin:0;
	padding:0;
	list-style: none;
	width: 200px;

	background: #FFF;
	color: #000;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 100000;
}

#menu-sections li ul li{
	z-index: 100000;
	display: block;
	width: 100%;
	text-align: left;
}

#menu-sections li ul a{
	display: block;
	margin:2px;
	padding:6px;
}


/* Fix IE. Hide from IE Mac \*/
#menu-sections li { float: left; height:1%; }
#menu-sections li a { height: 1%; }
/* End */

#menu-sections li:hover ul { display: block; }

		
img.left{
	float:left;
	margin-right: 10px;
}
img.right{
	float:right;
	margin-left: 10px;
}

ul.list{
	list-style: none;	
}
ul.list li{
	line-height: 25px;
}
p{ text-align: justify; }

