﻿a
{
	color: White;
	text-decoration: none;
	font-weight:bold;
}

.menuMainItem
{
	color: #990000;
	text-decoration: none;
	font-weight:bold;
	font-size:small
}

.menuMainItem:hover
{
	color: White;
	text-decoration: none;
	font-weight:bold;
	font-size:small
}

.menuMainSubItem
{
	color: White;
	text-decoration: none;
	font-weight:bold;
	font-size:small
}

.menuMainSubItem:hover
{
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
	font-size:small
}

.bodyWelcome 
{
	background-color:Black;
}

.bodyPortfolio
{
	background-color:#666666;
}

.tableMaster
{
	border:0;
	color:White;
	background-color:Black;
}

.tableContent
{
	border:0;
	background-color:Black;
	width:100%;
}

.tablePreview
{
	border-color:#990000;
	width:650px;
	background-color:Black;
}

.textCopyright
{
	font-size: xx-small;
	font-family:Tahoma;
	color: Gray;
}

.textBody
{
	font-size: small;
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial;
}

.menuMain
{
	vertical-align:top;
	width:300;
	font-family:Tahoma,Verdana,Arial;
	font-size:small;
	text-align:left;
}

.previewMenu
{
	vertical-align: top;
	text-align:center;
	background-color:Black;
}

.previewThumbs
{
	background-color: Black;
	border: 1px solid White;
}