/* Body Settings */
html,
body,
form
{
	height: 100%;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* Link Settings */
a {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
/* Custom Styles */
.SeperatorLine 
{
	background-color: #A91B49;
}
.SeperatorLine2
{
	background-color: #e76d7e;
}
.HeaderTop
{
	background-color: #223075;
	background-image: url('../images/right_1_top.jpg');
	background-position: right;
	background-repeat: no-repeat;
	height: 16px;
}
.HeaderMiddle
{
	background-color: #fff;
	background-image: url('../images/right_1_middle.jpg');
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	height: 69px;
	padding-left: 20px;
}
.HeaderBottom
{
	background-color: #CED4E0;
	background-image: url('../images/right_1_bottom.jpg');
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	height: 11px;
}
.MenuLeft
{
	background-color: #fff;
	background-image: url('../images/bottom_1_left.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	border-right: solid 1px #fff;
	width: 180px;
	padding: 10px;
}
.MenuRight
{
	background-color: #CED4E0;
	background-image: url('../images/bottom_1_right.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	border-right: solid 1px #fff;
	width: 11px;
}
.Content
{
    border-left: solid 2px #A91B49;
    border-top: solid 2px #A91B49;
    padding-left: 25px;
    padding-top: 25px;
}
.Menu 
{
	color: #000000;
	font-style:italic;
	font-weight:bold;
}
.Menu a
{
	color: #000000;
	font-weight:bold;
}
.Menu a:visited
{
	color: #000000;
}
.Menu a:hover
{
	color: #A91B49;
}
.FotoSubtitle {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;

}

/* Admin styles */
.FormTable
{
	background-color: #EEEEEE;
	border-collapse: collapse;
	width: 100%;
}
.FormTable td
{
	padding-left: 3px;
	padding-right: 3px;
}

