/*External Style Sheet*/

body 
	{
	background-color:#d2c7a7;/*white background*/
	color:#000000;/*text is white*/
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	/*background-image: url("pictures/sidebg.jpg");*/
	background-repeat:no-repeat;
	font-size:14pt;
	font-family:serif;
	}

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:95%;
	text-align:center;
	}
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}
	
td.shaded
	{
	color:white;
	text-align:left;
	font-size:17px;
	font-family:sans-serif;
	}

img
	{
	border-style:none;
	}

img.imagemap
	{
	border-style:none;
	width:700px;
	height:450px;
	}

img.small
	{
	border-style:none;
	width:80px;
	height:30px;
	}
img.quick
	{
	border-style:none;
	width:750px;
	height:85;	
	}
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:95%;
	size:2px;
	color:#000099;
	text-align:left;
	align:left;
	vertical-align:top;
	}
p.copy
	{
	font: italic 9pt;
	}

em
	{
	font: italic bold 15pt;
	color:#000099;
	}
	
em.yellow
	{
	font: 14pt;
	color:#fff000;
	}

a:alink
	{
	text-decoration:none;
	font:bold;
	color:#000000;
	font-family:sans-serif;
	}

a:vlink
	{
	font:bold;
	text-decoration:none;
	color:#000000;
	font-family:sans-serif;
	}

a
	{
	font:bold;
	text-decoration:none;
	color:#000000;
	font-family:sans-serif;
	}
	

a:alink.shaded
	{
	text-decoration: none;
	color:#ffffff;
	}

a:vlink.shaded
	{
	text-decoration: none;
	color:#ffffff;
	}
a.shaded
	{
	text-decoration: none;
	color:#ffffff;
	}
	
a:hover
	{
	text-decoration:underline;
	}
	
a:hover.shaded
	{
	text-decoration:underline;
	color:#fff000;
	}

h4
	{
	color:#000099;
	font-family:sans-serif;
	}
strong
	{
	color:#000099;
	}

