/* CSS Document */

/* RESET */

/* GLOBAL */

html	{	}
body	{	color: #6e8d8c; background-color:#003231;}

/* HEADINGS */

/* TAGS */

/* CONTAINERS */

#wrapper				{	width:882px; margin:36px auto 9px auto; font-family:Arial, Helvetica, sans-serif;}

#promo				{	font-family:Arial, Helvetica, sans-serif;}
#promo a:link		{	color:#9eb6b5; font-weight:bold; text-decoration:none;}
#promo a:visited	{	color:#6e8d8c;}
#promo a:active		{	color:#9eb6b5;}
#promo a:focus		{	color:#9eb6b5;}
#promo a:hover		{	color:#60dfdb;}

#footer				{	font-family:Arial, Helvetica, sans-serif;}
#footer a:link		{	color:#9eb6b5; font-weight:bold; text-decoration:none;}
#footer a:visited	{	color:#6e8d8c;}
#footer a:active	{	color:#9eb6b5;}
#footer a:focus		{	color:#9eb6b5;}
#footer a:hover		{	color:#60dfdb;}

/* TEXT ELEMENTS */

.footer_text			{	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#9eb6b5;}
.footer_text_bold		{	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#9eb6b5; font-weight:bold;}

.text1					{	font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#9eb6b5;}
.text1_bold				{	font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#9eb6b5; font-weight:bold;}
.text1_italic			{	font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#9eb6b5; font-style:italic;}
.text1_bold_italic		{	font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#9eb6b5; font-weight:bold; font-style:italic;}

/* MISCELLANEOUS */