/* basic text */
.text					{font-family: Times New-Roman, serif; font-size: 16px; color: #C4C2B5; font-weight: 400;}
.text big				{font-size: 22px; color: #A06528;}
.text small				{font-size: 12px;}

.title					{font-family: Times New-Roman, serif; font-size: 16px; color: #A06528; font-weight: 400;}
.title sub				{font-family: Times New-Roman, serif; font-size: 14px; color: #A06528; font-weight: 400;}

a:link 					{color:#A06528; text-decoration:none;}  /* unvisited link */
a:visited 				{color:#A06528; text-decoration:none;}  /* visited link */
a:hover 				{color:#A06528; text-decoration:underline;}  /* mouse over link */
a:active				{color:#A06528;text-decoration:none;}  /* selected link */

.BorderColor			{border-color:#302519;}

.Copyright				{font-family: Times New-Roman, serif; font-size: 12px; color: #764614; font-weight: 400;}
.Copyright a			{font-family: Times New-Roman, serif; font-size: 12px; color: #764614; font-weight: 400;}

/* Colors */
/* #EFEDDC C4C2B5 = off-white, #040404 = near black, #A06528 915C25 764614 = rust */
body				{background-color: #040404; margin:0; padding:0;}
.LogoBG				{background-color: #040404;}
.LogoLine			{background-color: #764614; height:6px;}

