/* 
Colors for this sheet are:
black			000000
charcoal		454545
dark gray		808080
light gray		c4c4c4
light blue		99CCFF
medium blue		0066FF
dark blue		003399
red				CC0000
*/

body				{color: #000; font-size: 8pt; font-family: arial; background: #99ccff; margin:10 30 30 30}

.t_main			{background: #f0f0f0; width: 800px; border-width:0 2 2 2; border-style: solid; border-color: #003399; padding: 0px; spacing: 0px;}
.t_sidebar		{background: #fff; width: 100px; border-width:0 2 2 2; border-style: solid; border-color: #003399; padding: 0px; spacing: 0px;}
.t_header		{background: #99ccff; width: 100%; border-width: 0 0 0 0; border-style: solid; border-color: #003399;}
.t_body			{background: #fff; background-image: url(../images/logo_background.jpg); background-repeat: no-repeat; background-position: right bottom;width: 95%; align: center; border-width: 1; border-style: solid; border-color: #000; padding:10px}

.photos			{border-width: 1px; border-style: solid; border-color: #000;}
.photos_white	{border-width: 1px; border-style: solid; border-color: #fff}

.text			{font-size: 9pt;}
.text_bold		{font-size: 9pt; font-weight: bold;}
.text_large		{font-size: 10pt; font-weight: bold;}
.text_sidebar	{font-size: 8pt; font-weight: bold;}
.text_footer	{font-size: 8pt;}
.text_header	{font-size: 12pt; font-weight: bold;}

.text a:link	{color: #000; font-weight: bold}
.text a:visited	{color: #000; font-weight: bold}
.text a:hover	{color: #000; font-weight: bold; text-decoration: none}
.text a:active	{color: #000; font-weight: bold}

.text_bold a:link		{color: #000; font-weight: bold; text-decoration: underline;}
.text_bold a:visited	{color: #000; font-weight: bold; text-decoration: underline;}
.text_bold a:hover		{color: #000; font-weight: bold; text-decoration: none;}
.text_bold a:active		{color: #000; font-weight: bold; text-decoration: underline;}

.text_sidebar a:link	{color: #003399;text-decoration: none}
.text_sidebar a:visited	{color: #003399;text-decoration: none}
.text_sidebar a:hover	{color: #CC0000;text-decoration: none}
.text_sidebar a:active	{color: #003399;text-decoration: none}

.text_footer a:link		{color: #000; font-weight: normal}
.text_footer a:visited	{color: #000; font-weight: normal}
.text_footer a:hover	{color: #000; font-weight: normal; text-decoration: none}
.text_footer a:active	{color: #000; font-weight: normal}