/*Font Cover-ALL*/
body {
	font-family: Arial;
	font-size: 14px;
}
td {
	font-family: Arial;
	font-size: 14px;
}
th {
	font-family: Arial;
	font-size: 14px;
}
p {
	font-family: Arial;
	font-size: 14px;
	text-align:justify;
}

/*Main Styles*/
.Page_Titles {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.Body_Text {
	font-family: Arial;
	font-size: 14px;
}
.Body_Text-Accent {
	font-family: Arial;
	font-size: 14px;
	font-style:italic;
}
.Body_Text-Bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.Body_Titles-Bold {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.Nav_Banner {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

/* Tables */
#Tables {
	border: #133B6F 1px solid;
}

#Tables:td {
	border-bottom: #133B6F 1px solid;
}

.Tables-Row {
	border-top: #133B6F 1px solid;
	border-bottom: #133B6F 1px solid;
	border-right: #133B6F 1px dotted;
}
.Table-Titles {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border: #133B6F 1px solid;
}

/* iFrame */
.iFrame {
	width: 500px;
	height: 370px;
	vertical-align: middle;
}

.Thumb {
	width: 225px;
	height: 370px;
}
#ifphoto {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 370px;
	vertical-align: middle;
}

/*Hyperlinks*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*Footer*/
#Footer {
	cursor:pointer;
}

/*PHOTOS*/
#Photos {
}
#Logo {
}

/*Menu Styles*/
.Items_Info{
	font-family: Arial;
	font-size: 14px;
	color:#FFFFFF;
}

/*Buttons*/
#Button {
	background: url(img/button-norm.jpg) no-repeat top center;
}

.Button {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}