
body
{ 
	margin:0.1in; background-color:#000000;

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	
	font-family:arial; 
	font-size:10pt;
	
	color:#000000;
}


/* Mouse over and mouse out styles */

.links_over	{color:#B80814;text-decoration:none;}
.links	{color:#FFFFFF;text-decoration:none;}

/* Text */

.normal_text {color:#D996EC;font-weight:bold;}

/* Headings */
h1	{color:#D996EC;text-decoration:none;}
h2	{font-variant:small-caps;	}
h3	{color:#D996EC;text-decoration:none;}

	
/* Divs */	

.main_div	{margin-top:80px;background-color:transparent; width:80%; height:80%;}
.photos_div	{margin-top:10px;background-color:transparent; width:80%; height:80%;} 

p	{color:#FFFFFF;text-decoration:none;}

/* Table Styles */
table	{background-color:transparent;	border-style:none;}

thead	{background-color:#FFFFFF;padding:3px,3px,3px,3px;}
td		{background-color:transparent;	text-align:center;padding-left:3px;}
.tdright	{background-color:transparent;	text-align:right;padding-left:3px;}
.tdtop {text-align:center;}

.td_heading {text-align:right;vertical-align:text-top;padding-right:10px;}
.td_content {text-align:left;color:#D996EC;font-weight:bold;}
.td_images {vertical-align:top;padding-top:10px;}
.td_photos_main {border-top:2; border-style:none; background-color:#000000; border-color:#FFFFFF;}
.td_photos {border-top:2; border-color:#FFFFFF; border-style:double; background-color:#000000;}

th		{text-align:center;	}

img { border-color:#D996EC;}

.table_photos
{
		width:80%;
		border-style:none;
		border-bottom-style:none;
		border-right-style:none;
		border-color:#FFFFFF;
		border-width:thin;
		table-layout:fixed;

}

.table_main	
{
		width:100%;
		border-style:none;
		border-bottom-style:none;
		border-right-style:none;
		border-color:#F1F1F1;
		border-width:thin;
		table-layout:fixed;
		margin-bottom:20px;
	}
	
.table_head		{width:60%;}


