/************* 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;
}
