/*
DBS Associates

branding: #D9C9A9
contents: #2C2A59
navigation: #8380BD
text: #F07D2D
*/
body {
	background-color: black;
	color: #F07D2D;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Times New Roman;
	font-size: medium;
}
H1 {
	color: #F07D2D;
	font-size: large;
	font-weight; bold;
}
H2 {
	color: #F07D2D;
	font-size: large;
}
H3 {
	color: #F07D2D;
	font-size: large;
}
Normal {
	color: #F07D2D;
}
P	{
	color: #F07D2D;
}
A	{
	color: #F07D2D;
	text-decoration: none; 
	font-weight: bold;
}
A:hover{
	color: #D9C9A9;
}
input	{
	background-color: #D9C9A9;
	color: #2C2A59;
	font-family: Times New Roman;
	font-size: small;
}
select	{
	background-color: #D9C9A9;
	color: #2C2A59;
	font-family: Times New Roman;
	font-size: small;
}
textarea	{
	background-color: #D9C9A9;
	color: #2C2A59;
	font-family: Times New Roman;
	font-size: small;
}
.branding {
	background-color: #D9C9A9;
	color: #2C2A59;
	font-size: x-small;
}
a:branding	{
	color: #2C2A59;
}
a.branding:hover	{
	color: #2C2A59;
}
.contents	{
	background-color: #2C2A59;
	color: #F07D2D;
	margin-left: 5;
	margin-right: 5;
}
.navigation	{
	background-color: #8380BD;
	color: #F07D2D;
}
.btnnavigation	{
	background-color: black;
	color: #D9C9A9;
}
a:btnnavigation	{
	color: #D9C9A9;
}
a.btnnavigation:hover	{
	color: #F07D2D;
}
.btnselected	{
	background-color: #2C2A59;
	color: #F07D2D;
}
a:btnselected	{
	background-color: #2C2A59;
	color: #F07D2D;
}
a.btnselected:hover	{
	background-color: #2C2A59;
	color: #D9C9A9;
}
.footer	{
	font-size: xx-small;
}
a.footer	{
	font-size: xx-small;
}
a.footer:hover	{
	color: #D9C9A9;
}
.footernavbar	{
	font-size: x-small;
}
a:footernavbar	{
	font-size: x-small;
}
a.footernavbar:hover	{
	color: #D9C9A9;
}