
/* *******************************  MAIN SITE CLASSES  ******************************* */

.H1 {
	color : Black;
	margin-bottom : 10px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	margin-right: 0px;
	margin-left: 0px;
	}

.AH1 {
	color : #B22222;
	margin-bottom : 10px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	margin-right: 0px;
	margin-left: 0px;
	}
	
.H2 {
	color : #555555;
	margin-bottom : 9px;
	margin-top : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	}

.H3 {
	color : #555555;
	margin-bottom : 5px;
	margin-top : 17px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	}

.navigation {
	color : #838383;
	margin-bottom : 12px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	text-align : right;
	}

.albumnavigation {
	color : #838383;
	margin-bottom : 12px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	}

.copyright {
	color : #7A7A7A;
	margin-bottom : 0px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	}

/* *******************************  GALLERY STYLES  ******************************* */

img {
	border: 0px solid black;
    }	

.Album td {
	text-align: center;
	vertical-align: middle;
    }

.AdminForm td {
	text-align: left;
	vertical-align: top;
    }

.ErrorMsg td {
	border: 3px solid #333;
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 1em;
    }

.photo {
	color : #555555;
	margin-bottom : 9px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-align : center;
	}

/* *******************************  FORM STYLES  ******************************* */

SELECT {
	color : Black;
	background-color : White;
	margin-bottom : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }

TEXTAREA {
	color : Black;
	background-color : White;
	margin-bottom : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }
	
INPUT {
	color : Black;
	margin-bottom : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }

FORM {
	margin-bottom : 0px;
	margin-top : 0px;
	}

.FormH1 {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	background-color : #333333;
	margin: 0px;
	}

.FormH2 {
	color : #555555;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	background-color : #CCCCCC;
	margin: 0px;
	}
	
.FormBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;

	}
	
.error {
	color : Black;
	margin-bottom : 10px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-align : justify;
	}

/* *******************************  POPUP STYLES  ******************************* */

.PH1 {
	color : #7A7A7A;
	margin-bottom : 6px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	}

/* *******************************  GENERAL SITE STYLES  ******************************* */

BODY, P, TD, TR {
	color : #555555;
	margin-bottom : 9px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	text-align : justify;
	}

A {
	color : #838383;
	text-decoration : none;
	}

A:HOVER {
	color : Black;
	text-decoration : none;
	}

A:LINK {
	color : #838383;
	text-decoration : none;
	}

UL, LI {
	color : #555555;
	margin-bottom : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	}
