#body {
	width:600px;
}
/*body {
	background:url(/background.jpg);
	background-attachment:fixed;
}*/

h1 {
	border-bottom:1px dashed red
}

body, td, p {
	font-size:13px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
}

.msg {
	margin:5px;
	padding:5px;
	background-color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#c00;
}

h1 {
	color:#006699;
	font-size:24px;
	margin-left:16px;
	text-align:center;
}



td.error {
	background-color:#fff;
	color:#f00;
	padding:5px;
	border:3px solid black;
	font-weight:bold;
}


a,a:link,a:visited {
	color:#c0c;
}
a:hover {
	color:#FF9933;
}



.picLink {
	text-align:center;
}

.picLink a {
	padding:8px;
	margin:1px;
	display:block;
	border:1px solid #333;
	text-decoration:none;
	background-color:#001;
}

.picLink a:hover {
	border:1px dashed #FF9900;
	background-color:#002;
}

.picLink h3 {
	font-size:14pt;
	color:#990000;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom:3px;
	margin-top: 0px;
}

.picLink img {
	border: 1px black solid;
}



caption {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0099FF;
}

th {
	background:#300;
}

#action { display:none }



table.picComments td {
	border-top: 2px dotted #600;
	vertical-align:top;
	padding:6px;
}
table.picComments b {
	color:#FF9933;
}

table.picComments i {
	font-size:10px;
	font-style:normal;
	color:#666;
}

table.picComment-write {
	border: 2px dotted #600;
}

div.dashedBorder {
	border: 2px dotted #600;
	padding:5px;
	margin:5px;
}


.colA { background-color:#002 }
.colB { background-color:#200 }


.arrows,.backLink {
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif
}
.arrows:hover {
	text-decoration:none;
}

.backLink { font-size:16px; }


#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	padding:5px;
	text-align:center;
}

#footer a:link , #footer a:visited {
	color:#666;
}
#footer a:hover {
	color:#fff;
}


#nav A {
		padding:5px;
}

.inv {
	display:none;
}