/************* COMMON STYLES ****************/

.perex {letter-spacing: 0.1em;}
.reset {clear:both;}

/************* COLORS ****************/

.gray {color: gray;}
.green {color:green;}
.red {color:red;}
.blue {color:#344A74;}
.blue2 {color:#4659B3;}
.orange {color: orange;}
.white {color: white;}
.navy {color:navy;}

/************* TEXT STYLES ************/

.strong {font-weight:bold;}
.small {font-size:10px;}
.big_text {font-size: 1.0em;}
.right {text-align: right;}
.left {text-align: left;}
.float_left {float:left;}
.float_right {float:right;} 
.center {text-align:center;}
.wide {width:95%}
.extrawide {width:100%}
.autowide {width:auto;}
.narrow {width:50%;}

/************* LINK STYLES ************/

.ext-link {
	background: url(/_img/public/extlink.gif) no-repeat 0 4px;
	padding-left : 16px;
	cursor: pointer;	
	text-decoration: underline;
}

.int-link {
	background: url(/_img/public/intlink.gif) no-repeat 0 58%;
	padding-left : 12px;
	cursor: pointer;	
	text-decoration: underline;
}

.email-link {
	background: url(/_img/public/email.gif) no-repeat 0 58%;
	padding-left : 12px;
	cursor: pointer;	
	text-decoration: underline;
}

.youtube {
	color: black;
	position: relative; 
	top: 126px; 
	text-align: center;
}

a.youtube-link {
	color: black; 
	padding: 5px 6px 5px 25px; 
	background: url(/style/icon-yt2.png) no-repeat 0% 50%;
}

.face {
	position: relative; 
	top: 110px; 
	text-align: center;
}

.face-link {
	color: black; 
	padding: 5px 0 5px 20px; 
	background: url(/style/icon-fb.png) no-repeat 0% 50%;
}

.frame {
	border:none; 
	overflow:hidden; 
	width:250px; 
	height:80px;
}

.paticka {
	color: #969696;
	position: absolute;
	font-size: 8px;
	top: -10px;
	left: 300px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
