@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Geneva, Verdana, sans-serif;
	background-color: #fed882;
	font-size: 14px;
	color: black;
	line-height: 1.6em;
	background: #000 url('images/background.png') center top repeat-y;
	}
	
p {
			padding: 20px;
			padding-left: 20px;
			padding-right: 20px;
			background-color: #d8b86f;
			border-style: dashed;
			border-width: 2px;
			color: white;
			border-color: #d8b86f;
			margin: 20px;
		/*	background-image: url(images/para_logo.gif); */
			background-repeat: no-repeat;
			background-position: top-left;
}




table {
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		border: #d8b86f;
		padding: 20px;
		border-collapse: collapse;
		
}

td, th {
	border: thin dotted #d8b86f;
	padding: 5px;
}


th {
	background-color:#d8b86f;
	color: #FFFFFF;
}

h2 {
	color:#000000;
    font-size: 24px;
}

h3 {
	color:#000000;
    font-size: 120%;
    text-decoration: underline;
    padding-left: 20px;
}

#allcontent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fed882;
	padding-top: 10px;
	padding-bottom: 20px;

}

#footer {
    padding: 10px;
	font-size: 70%;
	line-height: 1.0em;
	text-align: center;
}

table.table_gallery {
	
margin-left: auto;
margin-right: auto;
width: 1000px;
text-align:center;

}

table.table_format {
text-align: left;
}

td.gallery_table_anim {
/*	padding 10px; */

}


a:link {color:#a0410d; text-decoration: none;}     /* unvisited link (dark green) */
a:visited {color: #bc1212; text-decoration: none;}  /* visited link (red) */
a:hover {color: #000000; text-decoration: none;}   /* mouse over link */
a:active {color: #94b21b; text-decoration: none;}   /* selected link */
	
