/* page defaults */
html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #336699;
}

.altext2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
}

.altext3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 14px;
}

.altext4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 18px;
}

.altext5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
	font-size: 14px;
}


/* table defaults */
table {
	background-color: #FFFFFF;
	border: 0;
	padding: 0;
	border: none;
}

td {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
}

/* link defaults */
a {
	color: #0000FF;
}

a:link, a:visited {  
	color: #0000FF;
	text-decoration: none;
}
	
a:hover {  
	color: #99CCFF;
	text-decoration: none;
}

/* gallery styles*/
body#index {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #336699;
}

body#slide {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #336699;
}

/* Index page default styles*/
#index .number, #slide .number {
	font-weight: bold;
	font-size: 18px;
}

#index .name, #slide .name {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

#index .head, #slide .head {
	font-weight: bold;
	font-size: 24px;
}

#index .image {
	border-width: 2;
	border-color: #eeeeee;
	border-style: outset;
	margin: 5;
}
#index td {
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}

#index a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

#index a:link, #index a:visited {  
	color: #0000FF;
	text-decoration: none;
}
	
#index a:hover {  
	color: #99CCFF;
	text-decoration: none;
}

/* Slide page default styles*/

#slide .image {
	border-width: 0;
	margin: 0;
	text-align: center;
}		

