body {
	margin: 0px;
}
html {
    overflow: -moz-scrollbars-vertical;
}


/* Styles for text */
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
}
.newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
	margin-top: 17px;
}
.newsticker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}
.text_nj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.gwt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
}
.gallerytitle  {
	font-size: 15px;
}
.textdelete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CCCCCC;
	font-weight: bold;
}

ul {
	list-style-image: url(graphics/tpt/squarebullet.gif);
}
.ul2 {
	list-style-image: url(graphics/tpt/squarebullet2.gif);
}

li {
	padding-left: 5px;
}

.li2 {
	font-weight: bold;
	padding-bottom: 7px;
}


/* Styles for table cells */
.lvt_bg {
	background-image: url(graphics/lvt_page_background.jpg);
	background-repeat: no-repeat;
}
.blackborder {
	border: 1px solid #000000;
}


/* Styles for images */
.whiteborder {
	border: 1px solid #FFFFFF;
}


/* Styles for forms */
.inputbox0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	background-color: #FFFFFF !important;
	border: 1px solid #000000;
}


/* Styles for links */
a:link      {color: #FFFFFF; text-decoration: underline}
a:visited   {color: #FFFFFF; text-decoration: underline}
a:hover     {color: #CCCCCC; text-decoration: underline}

a.newsticker:link    {color: #444444; text-decoration: none}
a.newsticker:visited {color: #444444; text-decoration: none}
a.newsticker:hover   {color: #444444; text-decoration: underline}

a.contact:link      {color: #CCCCCC; text-decoration: none}
a.contact:visited   {color: #CCCCCC; text-decoration: none}
a.contact:hover     {color: #CCCCCC; text-decoration: underline}

a.footer:link      {color: #FFFFFF; text-decoration: none}
a.footer:visited   {color: #FFFFFF; text-decoration: none}
a.footer:hover     {color: #FFFFFF; text-decoration: underline}

a.gwt:link      {color: #AAAAAA; text-decoration: none}
a.gwt:visited   {color: #AAAAAA; text-decoration: none}
a.gwt:hover     {color: #AAAAAA; text-decoration: underline}

a.textdelete:hover   { color: #444444; text-decoration: underline; font-weight: bold; background-color: #CCCCCC;}
