@import url("items.css");
@import url("rightSide.css");
@import url("menu.css");
@import url("admin.css");
@import url("calendar.css");

.dascode
{
	background-color: White;
	border: 1px solid silver;
	font-family: Lucida Console, Courier New, Verdana;
}
a:link, a:visited, a:active, a
{
	color: silver;
	text-decoration: none;
}

a:hover
{
	color: #ff6633;
	text-decoration: none;
}

#grf a:link, #grf a:visited, #grf a:active, #grf a
{
	color: #404040;
	text-decoration: underline;
}

#grf a:hover
{
	color: #606060;
	text-decoration: none;
}

/*a:hover
{
	BACKGROUND-COLOR: #cc99ff;
	COLOR: #000000;
	TEXT-DECORATION: underline;
}

a, a:link, a:visited, a:active
{
	COLOR: #cc99ff;
	TEXT-DECORATION: none;
}*/

table, td
{
	font-size: 8pt;
	color: white;
	font-family: Arial, Tahoma, Verdana;
}

.sideBox
{
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9pt;
}
.newsItems
{
	color: Black;
}
.sideTitle
{
	color: White;
	font-size: 8pt;
	font-weight: bold;
}


a.navMast, a.navMast:link, a.navMast:visited, a.navMast:active
{
	color: white;
}

a.navMast:hover
{
	color: silver;
}

img
{
	border: 0px;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, Tahoma, Verdana;
	background-color: #AEAE7C;
	color: Black;
	text-align: left;
}

ul
{
	margin-left: 15px;
}

#postTitle
{
}

.postTitle .postTitle a, .postTitle a:link, .postTitle a:visited, .postTitle a:active
{
	color: Black;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.postTitle a:hover
{
	color: #666633;
	text-decoration: underline;
}

form
{
	margin: 0;
	padding: 0;
}
