/*====================================== MISC styles ======================================*/

a:link, a:visited {
	color:#5182a9;
}

a:hover {
	text-decoration:none;
}

p {
	margin: 1em 0;
	padding:0;
}

body { /*controls default font for entire site*/
	color:#333;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* --------------- text styles ------------ */

h1, h2{
	margin:0; padding:0;
}

h1 {
	text-indent:-10000px;
}

.txt {
	color:#5F5F5F; font-family:arial;
}

.txt_1 {
	color:#EA2E21; 
	font-weight:normal;
}

.txt_2 {
	color:#b00014; 
	font-weight:bold;
}

.smaller_text {
	font-size:12px;
}

.photo_border {
	border:solid 1px #000;
}