/* STYLE SHEET */

/* General Defaults */
BODY,TABLE,TR,TD,TH,P,BR,HR,DIV,A,SPAN,OL,UL,LI		{color:#666666; font-family:Tahoma,Arial,Helvetica; font-size:10pt;}
H1,H2,H3,H4,H5,H6									{color:#666666; font-family:Tahoma,Arial,Helvetica;}
FORM,INPUT,TEXTAREA									{color:#666666; font-family:Courier,Monospace; font-size:10pt;}
SELECT,OPTION										{color:#666666; font-family:Tahoma,Arial,Helvetica; font-size:8pt;}

/* Miscellaneous */
FIELDSET.Padded			{padding-right:10px; padding-left:10px; padding-bottom:10px; padding-top:10px;}

/* General Links */
A						{color:#004A80; text-decoration:none; font-weight:bold;}
A:visited				{color:#004A80; text-decoration:none; font-weight:bold;}
A:active				{color:#9E0B0E; text-decoration:none; font-weight:bold;}
A:hover					{color:#9E0B0E; text-decoration:none; font-weight:bold;}

A.NavBar				{color:#004A80; font-size:8pt; text-decoration:none; font-weight:bold;}
A.NavBar:visited		{color:#004A80; font-size:8pt; text-decoration:none; font-weight:bold;}
A.NavBar:active			{color:#9E0B0E; font-size:8pt; text-decoration:none; font-weight:bold;}
A.NavBar:hover			{color:#9E0B0E; font-size:8pt; text-decoration:none; font-weight:bold;}
.NavBar					{color:#000000; font-size:8pt; font-weight:bold;}

A.Large					{color:#004A80; font-size:14pt; text-decoration:none; font-weight:bold;}
A.Large:visited			{color:#004A80; font-size:14pt; text-decoration:none; font-weight:bold;}
A.Large:active			{color:#9E0B0E; font-size:14pt; text-decoration:none; font-weight:bold;}
A.Large:hover			{color:#9E0B0E; font-size:14pt; text-decoration:none; font-weight:bold;}
.Large					{font-size:14pt; font-weight:bold;}

A.Admin					{color:#92278F; font-size:8pt; font-weight:bold; text-decoration:none;}
A.Admin:visited			{color:#92278F; font-size:8pt; font-weight:bold; text-decoration:none;}
A.Admin:active			{color:#197B30; font-size:8pt; font-weight:bold; text-decoration:none;}
A.Admin:hover			{color:#197B30; font-size:8pt; font-weight:bold; text-decoration:none;}
.AdminHelp				{color:#004A80;}

/* General Classes */
.STTitle				{font-size:14pt; font-weight:bold;}
.STBody					{font-size:10pt;}

.Red					{color:#9E0B0E;}
.Blue					{color:#004A80;}
.RedL					{color:#9E0B0E; font-size:14pt;}
.BlueL					{color:#004A80; font-size:14pt;}

.ListHeader				{font-size:10pt; font-weight:bold;}
.ListRecord				{font-size:9pt;}
.ListRecordSm			{font-size:8pt;}

.Error					{color:#9E0B0E; font-weight:bold;}
.ErrorSm				{color:#9E0B0E; font-weight:bold; font-size:8pt;}

/* Form Related */
.FormTitle				{color:#FFFFFF; font-size:10pt; font-weight:bold;}
.FormTitleBlk			{color:#000000; font-size:10pt; font-weight:bold;}
.FormExample			{font-size:8pt; font-style:italic;}
.Select					{font-size:8pt; font-family:Tahoma,Arial,Helvetica;}
.MonoFont				{font-family:Courier,Monospace;}
.Button					{font-size:8pt; font-family:Tahoma,Arial,Helvetica; font-weight:bold;}

