/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Import Global ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


@import url(global.css);


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Header ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */
#content {text-align: center;}

table#email
{
	width: 900px;
	margin: 10px auto;
	padding: 5px;
	background-color: #EBD2F2;
	border: 3px solid #909;
	text-align: left;
	color: black;
}

table#email td 
{
	padding: 5px;
	vertical-align: top;
	border: 1px solid #909;
}

table#email a, table#email a:visited {color: blue;}
table#email a:hover, table#email:visited:hover {color: red;}

.box 
{
	width: 350px;
	margin: 10px auto;
	padding: 5px 5px 5px 15px;
	background-color: #EBD2F2;
	border: 3px solid #909;
	color: black;
}

.box a, .box a:visited {color: blue;}
.box a:hover, .box a:visited:hover {color: red;}

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Footer ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

