@charset "utf-8";
/* CSS Document */

/*=========================================*/
/*===== BASE STYLES =======================*/
/*=========================================*/

body {
	background-color: #000000;
	color: #FFFFCC;
	font-family: Arial, Univers, sans-serif
}

a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

a:link {
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #CCCC99;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	margin:	0;
}

h2 h3 h4 h5 {
	font-size: 100%;
	margin: 0
}

.PortNav {
	font-family: Arial, Univers, sans-serif;
	font-size: 0.8em;
	font-weight: 100
}

.PortNav a:link, a:active { text-decoration: inherited }

.PortNav a:visited { text-decoration: underline }

.PortNav a:hover { 
	text-decoration: none;
	color: #FFFF00
}

.TableBottomPortNav { margin-top: 1.5em }

.TableTopPortNav { margin-bottom: 1.0em }

.TableFooter { margin-top: 1.0em }

.TableFooter a:link {
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: none
}

.TableFooter a:visited {
	color: #CCCC99;
	text-decoration: none
}

.TableFooter a:active {
	color: #CCCCCC;
	text-decoration: none
}

.TableFooter a:hover {
	text-decoration: none;
	color: #FFFF00
}

.TableFooterBuffer { margin-top: 15.0em }

.TableHeader a:link, a:visited, a:active { text-decoration: none }

.TableHomePic {
	margin-top: 2em
}

.TableMovie {
	margin-top: 0.5em;
	margin-bottom: 1em
}

.TableMovie td {
	text-align: center
}

.TableSignature {
	margin-top: 1.0em;
	margin-bottom 1.0em;
	text-align: left;
	font-size: 0.8em;
	color: #FFFFFF
}

.TableStatement {
	color: #C2C485;
	font-size: .80em
}

.center {
	text-align: center;
}

/* ======== Begin: Orginal Code ======== */

body.gallery A:link { text-decoration: none }
body.gallery A:visited { text-decoration: none }

p.footer A:link, A:visited { text-decoration: none }
p.footer A:hover {
	text-decoration:none;
	color: #FFFF00
}

table.resume {
	margin-bottom: .8em;
}
table.resume td {
	padding-top: .5em;
	padding-bottom: .5em
}
sas
/* ======== End: Original Code ======== */
