/* Picture Page Stylesheet */

A:link {
	color: #9999FF;
	text-decoration: none;
	font-weight: none;
	}

A:visited {
	color: #9999FF;
	text-decoration: none;
	font-weight: none;
	}

A:hover {
	color: #BBBBFF;
	text-decoration: underline;
	font-weight: none;
	}

body {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bg/gradient.png);
	text-alignment: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	}

table.header {
	padding: 5px;
	background-color: #808080;
	background-image: url();
	border-width: 3px;
	border-style: solid;
	border-color: #C0C0C0;
	text-alignment: top center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	}

table.normal {
	padding: 5px;
	background-color: #404040;
	background-image: url();
	border-width: 2px;
	border-style: solid;
	border-color: #707070;
	text-alignment: top center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	}

table.shoutbox {
	padding: 5px;
	background-color: #101010;
	background-image: url();
	border-width: 2px;
	border-style: solid;
	border-color: #202020;
	text-alignment: top center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	}

table.inner {
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	}

font.6 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 8px;
	color: #FFFFFF;
	}

input {
	border-width: 2px;
	border-style: solid;
	border-color: #696FB7;
	background-color: #ACAFDA;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	}

hr.shoutbox {
	color: #FFFFFF;
	}
	