/*--------------------------------------------------------------------------------------*/
.fancy   {
    font-weight: bold;
	}
	
body.center	{
	text-align:center;
}



/*--------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------*/

/*
a {
    font-weight: inherit;
    text-decoration: none;
}

a:link {
    font-weight: inherit;
    text-decoration: none;    
}

a:visited {
    color:#900;
}
a:hover {
    background-color:#ffc;
    text-decoration: underline;
}

a:hover {
    background-color:#fff;
    text-decoration: underline;
}

a:active {
    
}
a[name] {
    background-color: inherit;
    color: inherit;
    text-decoration: inherit;
}


a:hover span {
    background-color: #0f0;
    text-decoration: none;
}

a img {
    background-color: transparent;
    text-decoration: none;
}

a:link img {
    background-color:transparent;
    text-decoration: none;
}
a:active img {
    background-color: transparent;
    text-decoration: none;
}

a:hover img {
    background-color: transparent;
    text-decoration: none;
}
*/

/*------------------------------------------------------------------------------------------------------------------*/
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: transparent; 
    vertical-align: baseline;
}

form a:hover {
    background-color: #fff;
}

/*--------------------------------------------------------------------------------------*/
/*
img.bullet {
    background-color: transparent;    
    padding-right: 10px;
    vertical-align: middle;
    text-decoration: none;
}
*/

/*
	background-color: #00FF00;	
	background: AssetsPicture/notUsed/pagebackground.jpg;
	
	color: #000;
	background-color: #CCCCCC;
	
    font: 11pt sans-serif;
    width: 992px;
    margin: auto;
}
*/



/*--------------------------------------------------------------------------------------*/
h3,h4,h5,h6 {
    background-color: #000000;/*#082c8c;*/
    color: #fff;
    padding-left:3pt;

	margin-bottom:5px;
	margin-top:5px;
}
h1 {
    font-size: 25pt;
}
h2 {
    font-size: 21pt;
}
h3 {
    font-size: 17pt;
}
h4 {
    font-size: 15pt;
}
h5 {
    font-size: 13pt;
}
h6 {
    font-size: 9pt;
}
/*--------------------------------------------------------------------------------------*/
hr {
    border: none;
    background-color: #000;
    color: #000;
    height: 2px;
}


