
body {
	background-color: #F5F5F5;
}

body, p, table, td {
	font-family: "Arial";
	font-size: 12px;
	color: #585858;
}

img {
	border: 0px;
}

p {
	margin: 5px;
}


.grid-top-left {
	height: 25px;
	width: 11px;
	background-image: url('gifs/borders/left_top_corner_border.gif');
}

.grid-top {
	height: 25px;
	background-image: url('gifs/borders/top_horz_border.gif');
}

.grid-top-right {
	height: 25px;
	width: 11px;
	background-image: url('gifs/borders/right_top_corner_border.gif');
}

.grid-left {
	width: 11px;
	background-image: url('gifs/borders/left_vert_border.gif');
}

.grid-right {
	width: 11px;
	background-image: url('gifs/borders/right_vert_border.gif');
}

.grid-bottom-left {
	height: 25px;
	width: 11px;
	background-image: url('gifs/borders/left_bottom_corner_border.gif');
}

.grid-bottom {
	height: 25px;
	background-image: url('gifs/borders/bottom_horz_border.gif');
}

.grid-bottom-right {
	height: 25px;
	width: 11px;
	background-image: url('gifs/borders/right_bottom_corner_border.gif');
}


.page-title {
	font-weight: bold;
	font-size: 16px;
}

.top-sections {
	margin: 10px;
	font-size: 12px;
	line-height: 16px;
}

.caption {
	font-weight: bold;
}

.footer {
	font-size: 11px;
}

.box {
	border-style: groove;
	border-color: black;
	border-width: 1px;
}

.frame {
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;
}

.thumb {
	margin: 5px 5px;
}

.thumbs {
	margin: 5px 0;
}

.copyright {
	font-size: 11px;
	color: #656565;
	margin: 10px;
}

.prettybox {
	border: 3px solid #5F5F5F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
}

.prettybox-cell {
	padding: 5px 15px;
}

.prettybox-body-cell {
	padding: 0 15px;
}

.prettybox-body-row {
	background-color: #DDDDDD;
}

/* Fix spacing at the bottom of primary images due to inline baseline */
.prettybox-body-cell img {
	display: block;
}

/*==================================A==================================*/
a {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
}
a:link {
	color: black;
}

a:active {
	text-decoration: underline;
}

a.section {
	font-weight: bold;
}