/**
*   @version $Id: links.css 52 2008-05-13 15:39:08Z paulinad $
*/
.a00 { /* link */
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #b01d00; /* SKIN */
}

.a01 { /* link01 */
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #b01d00; /* SKIN */
}

.a4 { /* user00 */
	font-size: 9px;
	color: #b01d00; /* SKIN */
	font-weight: normal;
	text-decoration: none;
}

.a5 { /* stopka */
	font-size: 10px;
	color: #b01d00; /* SKIN */
	font-weight: normal;
	text-decoration: none;
}

.a6 { /* user02 */
	font-size: 11px;
	color: #b01d00; /* SKIN */
	font-weight: bold;
	text-decoration: none;
}

.a7 { /* module */
	font-size: 12px;
	font-weight: bold;
	color: #b01d00; /* SKIN */
	text-decoration: none;
}

.a8 { /* btn */
	font-size: 11px;
	font-weight: bold;
	color: #b01d00; /* SKIN */
	text-decoration: none;
}

.a9 { /* btn2 */
	font-size: 11px;
	font-weight: bold;
	color: #b01d00; /* SKIN */
	text-decoration: none;
}

.a15 { /* white */
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.a16 { /* main1 */
	/*font-family: palatino linotype;*/
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.a17 { /* main2 */
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.a18 { /* main3 */
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #b01d00; /* SKIN */
	margin: 0px;
}
a:hover {
	text-decoration: none;
	color: #ff0f0f;/*#Ad4a17;*/
	margin: 0px;
}

.link { /* => a00 */
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #b01d00; /* SKIN */
}
.link:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ff0f0f;/*#Ad4a17;*/
}

.link01 { /* => a01 */
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #b01d00; /* SKIN */
}
.link01:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ff0f0f;/*#Ad4a17;*/
}

.module { /* => a7 */
	font-size: 12px;
	font-weight: bold;
	color: #b01d00; /* SKIN */
	text-decoration: none;
}

.module:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ff0f0f;/*#Ad4a17;*/
	text-decoration: none;
}

.btn { /* used -> a8 */
	font-size: 11px;
	font-weight: bold;
	color: #9b7a18; /*;b01d00*/ /* SKIN */
	text-decoration: none;
}

.btn:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ad4a17;/*#;ff0f0f*/
	text-decoration: none;
}

.btn2 { /* used -> a9 */
	font-size: 11px;
	font-weight: bold;
	color: #9b7a18; /*;b01d00*/ /* SKIN */
	text-decoration: none;
}

.btn2:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ad4a17;/*#;ff0f0f*/
	text-decoration: none;
}

.white { /* used -> a15 */
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.white:hover {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.main1 { /* used main page news -> a16 */
	/*font-family: palatino linotype;*/
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.main1:hover {
	/*font-family: palatino linotype;*/
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.main2 { /* used main page news -> a17 */
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.main2:hover {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.main3 { /* used main page news => a18 */
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.main3:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.user00 { /* => a4 */
	font-size: 9px;
	color: #b01d00; /* SKIN */
	font-weight: normal;
	text-decoration: none;
}
.user00:hover {
	font-size: 9px;
	color: #ff0f0f;/*#Ad4a17;*/
	font-weight: normal;
	text-decoration: none;
}

.stopka { /* => a5 */
	font-size: 10px;
	color: #b01d00; /* SKIN */
	font-weight: normal;
	text-decoration: none;
}
.stopka:hover {
	font-size: 10px;
	color: #ff0f0f;/*#Ad4a17;*/
	font-weight: normal;
	text-decoration: none;
}

.user02 { /* => a6 */
	font-size: 11px;
	color: #b01d00; /* SKIN */
	font-weight: bold;
	text-decoration: none;
}
.user02:hover {
	font-size: 11px;
	color: #ff0f0f;/*#Ad4a17;*/
	font-weight: bold;
	text-decoration: none;
}