﻿body 
{
	background-color: #FFC0CB;
	font-family: Arial;
	font-size: small;
	color: #000000;
}

.DetailBackground
{
	background-color: #FFD1DC;
}

.Footer
{
	font-family: Arial;
	font-size:x-small;
}
.BoxBorder
{
	border: solid 1px #FFFFFF;
}

.Menu
{
	font-family: Arial;
	font-size: small;
	color: #000000;
	text-align: center;
	cursor: hand;
}

a:link 
{
	color:#0000FF;
	text-decoration: none;
}
	
a:visited 
{
	color:#0000FF;
	text-decoration: none;
}
	
a:hover 
{
	color:#FF0000;
	text-decoration: underline;
	cursor: hand;
} 

h1
{
	font-family: Arial;
	font-size: large;
    font-weight: bold;
	color: #000000;
}

.InputBox
{
	width: 95%;
	border: solid 1px #000000;
	font-family: Arial;
}

.SelectButton
{
	border: solid 1px #000000;
	background-color: #FFE2ED;
}

.MyNormal
{
	background-color: #FFD1DC;
	font-family: Arial;
	font-size: small;
	color: #000000;
	text-align: left;
}

.slideshow
{

    text-align: center;
}

.slideshow image
{
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
}

