/* @override http://sargisdesign/css/main.css */

@charset "utf-8";

html, body {
//	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	padding: 0 50px;
}

* {	
	margin:0px;
	padding:0px;
	border: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;}

a {color: #003cff;}
a:visited {color: #37007b;}
a.head-a:visited, a.copy-a:visited {color: #003cff;}
a.head-a:hover, a.copy-a:hover {color: #e10000;}
a:hover {color: #e10000;}


/* ------------------------- footer ------------------------- */

table.footer{
	width:100%;
	margin-top: 3em;
	margin-bottom: 4em;
}
table.footer tr td {
	border-top:solid 1px #C8C8C8;
	width:33.33%;
	padding-top:1em;
	}

.copy{

}

.email{
	text-align:center;
}
.tell {
	text-align:right;
}