/* start scroolbar settings */
body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #666666;
	background-color: #333333;
}
/* end scroolbar settings */

/* start text settings */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #CCCCCC;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #CCCCCC;
	text-align: center;
}
ul {
	margin-left: 50px;
	list-style-type: square;
	line-height: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	color: #FFFFFF;
}
.news {
	color: #CCCCCC;	
}
/* used in galleries to seperate different works */
.lightgrey {
	background-color: #3E3E3E;
}
.footer {
	color: #CCCCCC;
	margin-left: 0;
	margin-right: 0;
	font-size: xx-small;
}
.submenu {
	color: #CCCCCC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
}
/* used in the news section */
.date {
	letter-spacing: 2px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
}
strong {
	color: #CCCCCC;
}
/* used in galleries to mark work title, date, and programs used */
.title {
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
}
.title strong {
	color: #FFFFFF;
}
/* end text settings */

/* start link settings */
/* Body (default) */
a, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

/* Menu */
a.menured:link, a.menured:active, a.menured:visited {
	font-size: 13px;
	text-decoration: none;
	border: none;
	color: #CC0000;
}
a.menured:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
	text-decoration: none;
	color: #FF0000;
	display: block;
}
a.menublue:link, a.menublue:active, a.menublue:visited {
	font-size: 13px;
	text-decoration: none;
	border: none;
	color: #0000CC;
}
a.menublue:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	text-decoration: none;
	color: #0000FF;
	display: block;
}
/* Signature */
a.sig:link, a.sig:active, a.sig:visited {
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	border: none;
}
a.sig:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
	text-decoration: none;
	color: #FF0000;
	display: block;
}
/* for dead links */
a.dead, a.dead:visited, a.dead:active, a.dead:hover {
	color: #999999;
	text-decoration: line-through;
}

/* Images */
a img, a:link img, a:active img, a:visited img {
	border: 1px solid #999999;
	text-decoration: none;
}
a:hover img {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
/* end link settings */

/* start misc settings */
td.yrepeat {
	background-repeat: repeat-y;
}
/* end misc settings */
