/*********DEAFAULT********/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #000000;
	text-align: left;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #000000;
	text-align: left;
}

p b { color: #5d5d5d; }
p strong { color: #5d5d5d; }
span b { color: #5d5d5d; }
span strong { color: #5d5d5d; }
li b { color: #5d5d5d; }
li strong { color: #5d5d5d; }

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #5b7cab;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #5b7cab;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-transform: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	text-decoration: underline;
	text-transform: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-transform: none;
}

/*********TEXT********/
/*********TEXT********/
/*********TEXT********/

.textMain {text-indent: 2mm;}
.textIndent {text-indent: 14mm;}

.textBold {font-weight: bold;}

.textCenter {text-align: center;}
.textLeft {text-align: left;}
.textRight {text-align: right;}

.text14px {font-size: 14px;}
.text18px {font-size: 18px;}
.text20px {font-size: 20px;}

.textForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #000000;
	text-align: justify;
}
/********HEADINGS********/
/********HEADINGS********/
/********HEADINGS********/

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #5b7cab;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: white;
}


/********LINKS********/
/********LINKS********/
/********LINKS********/

.linkMeni {
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.linkMeni:hover {
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.linkMeni:visited {
	font-size: 14px;
	font-weight: bold;
	color: white;
}


.linkFooter {
	color: black;
	text-decoration: none;
}
.linkFooter:hover {
	color: black;
	text-decoration: underline;
}
.linkFooter:visited {
	color: black;
	text-decoration: line-throught;
}


.linkCategory {
	font-size: 18pt;
	font-style: normal;
}
.linkCategory:hover {
	font-size: 18pt;
	font-style: normal;
}
.linkCategory:visited {
	font-size: 18pt;
	font-style: normal;
}


.linkText {
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;		
}
.linkText:hover {
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;	
}
.linkText:visited {
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;		
}


.linkEmail { font-weight: bolder;		}
.linkEmail:hover { font-weight: bolder;	}
.linkEmail:visited { font-weight: bolder;		}


.linkBlack {
	color: black;
	text-decoration: underline;
}
.linkBlack:hover {
	color: black;
	text-decoration: none;
}
.linkBlack:visited {
	color: black;
	text-decoration: none;
}




/*********OTHER*********/

.NoBgRepeat {
	background-repeat: no-repeat;
}

.BgRepeatY {
	background-repeat: repeat-y;
}

