/*External Style Sheet*/

body 
	{
	background-color:#AEB5B8;/*grey background*/
	color:black;/*text is black*/
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-repeat:no-repeat;
	
	}

a
	{
	color:#000000;
	text-decoration:none;font-size:20px;
	}
	
a:vlink
	{
	color:#000000;
	text-decoration:none;
	font-size:20px;
	}


body.default
	{
	background-image:url("");
	background-repeat:no-repeat;
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}
table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}

table.mine
	{
	border-style:none;
	width:650;
	text-align:center;
	}

td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}
	
td.center
	{
	text-align:center;
	}

img
	{
	border-style:none;
	}

img.imagemap
	{
	border-style:none;
	width:650px;
	height:459px;
	}

img.small
	{
	border-style:none;
	width:80px;
	height:30px;
	}
img.quick
	{
	border-style:none;
	width:750px;
	height:112;	
	}
img.large
	{
	border-style:none;
	width:614px;
	height:461px;
	}
img.logo
	{
	border-style:none;
	width:375px;
	height:43px;
	}
img.me
	{
	border-style:none;
	width:292;
	height:427;
	}
img.proposal
	{
	border-style:none;
	width:500;
	height:500;
	}
hr
	{
	width:70%;
	size:5px;
	color:black;
	align:center;
	}
em
	{
	font: italic bold 15pt;
	color:olivegreen;
	}
h1
	{
	font: italic;
	color:black;
	}


