/* main declarations */

body {
	background-image:url(/images/grey.JPG);
	font-family: arial, tahoma, verdana, helvetica;
	font-size:11px;
	color: #123456;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: repeat;
	background-attachment: inherit;
}

p, div, td, tr, table, ul, li, ol, dt, dd, a, form, input, submit, select, textarea {
	color: #000099;
	font-family: arial, tahoma, verdana, helvetica;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	page-break-after: auto;
}

div.hover {color:#FF0000; text-decoration:underline}
p.hover {color:#FF0000; text-decoration:underline}
/* anchor */
a {}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {color: #FF0000; text-decoration: underline;}

a.bold {font-weight: bold; text-decoration: underline;}
a.bold:visited {font-weight: bold; text-decoration: underline;}
a.bold:active {font-weight: bold; text-decoration: underline;}
a.bold:hover {color: #FF0000; font-weight: bold; text-decoration: underline;}

a.nav {font-size:12px; text-decoration: none;}
a.nav:visited {font-size:12px; text-decoration: none;}
a.nav:active {font-size:12px; text-decoration: none;}
a.nav:hover {font-size:12px; color: #FF0000; text-decoration: underline;}

a.navbig {font-size:14px; font-weight: bold; text-decoration: none;}
a.navbig:visited {font-size:14px; font-weight: bold; text-decoration: none;}
a.navbig:active {font-size:14px; font-weight: bold; text-decoration: none;}
a.navbig:hover {font-size:14px; font-weight: bold; color: #FF0000; text-decoration: underline;}

a.fullstory {font-size:12px; text-decoration: underline;}
a.fullstory:visited {font-size:12px; text-decoration: underline;}
a.fullstory:active {font-size:12px; text-decoration: underline;}
a.fullstory:hover {font-size:12px; color: #FF0000; text-decoration: underline;}

a.newsheader {font-size:16px; font-weight: bold; text-decoration: none;}
a.newsheader:visited {font-size:16px; font-weight: bold; text-decoration: none;}
a.newsheader:active {font-size:16px; font-weight: bold; text-decoration: none;}
a.newsheader:hover {font-size:16px; font-weight: bold; color: #FF0000; text-decoration: underline;}

/* form */
form, input, submit, select {color: #123456; font-family: arial, tahoma, verdana, helvetica; font-size: 11px;}
input.login {font-size: 11px; width:200px;}
.longone {width:500px;}


/* rest */
.bold {font-weight: bold;}
.twelve {font-size:12px; }
.twelvebold {font-size:12px; font-weight: bold;}
.thirteen {font-size:13px;}
.thirteenbold {font-size:13px; font-weight: bold;}
.fourteenbold {font-size:14px; font-weight: bold;}
.fifteenbold {font-size:15px; font-weight: bold;}
.sixteenbold {font-size:16px; font-weight: bold;}
.seventeenbold {font-size:17px; font-weight: bold;}
.twenty {
	font-family: "Times New Roman", Times, "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #9900FF;
}

.eightteenbold {font-size:xx-large; font-weight: bold; color:#FF0000;}

.warning {font-size:14px; font-weight: bold; color: red; text-transform: uppercase;}

.lowercase {text-transform: lowercase;}
.fourteen {
	font-size: 14px;
}

.capitalize {text-transform: capitalize;}
.uppercase {text-transform: uppercase;}
.ttn {text-transform: none;}


/* admin */
/* .fourteenbold {text-transform: uppercase; font-weight: bold; }
.fourteen {
	font-size: 14px;
}*/
table.archive {
	position: relative;
	top: 250px;
	background-image: url(../images/paper.gif);
	background-repeat: repeat;
}
