/*---------------------------------------------*/
/*  moczek.css                                 */
/*  Version 1                                  */
/* Last Updated September 20, 2009             */
/*                                             */
/*  Master template styles                     */
/*---------------------------------------------*/


/*---------------------------------------------*/
/*  Heading                                    */
/*---------------------------------------------*/

.Heading {
	font-size: 20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
 
}


/*---------------------------------------------*/
/*  Heading Centered                           */
/*---------------------------------------------*/

.Heading-Centered {
	font-size: 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
 
}


/*---------------------------------------------*/
/*  Body                                       */
/*---------------------------------------------*/

.Body {
 font-size: 16px;
 text-align:left;
 font-family:Arial, Helvetica, sans-serif;

}

/*---------------------------------------------*/
/*  Body Centered                              */
/*---------------------------------------------*/

.Body-Centered {
 font-size: 16px;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;

}

/*---------------------------------------------*/
/*  Body Small                                     */
/*---------------------------------------------*/

.Body-Small {
 font-size: 10px;
 text-align:left;
 font-family:Arial, Helvetica, sans-serif;

}

/*---------------------------------------------*/
/*  Link                                       */
/*---------------------------------------------*/

.Link {
 display:block;
 margin:0px 0 4px 0;
 clear:both;
 font-size: 16px;
 text-align:left;
 font-family:Arial, Helvetica, sans-serif;
}

a:link {
 color: #871013;
 text-decoration: none;
}

a:visited {
 color: #871013;
 text-decoration: none;
}

a:hover {
 color: #871013;
}

a:active {
 color: #871013;
 text-decoration: none;
}

img {
 border:0px;
}

.hidden {
 display:none; /* For IE 4 only */
}


