body			{	background-color : white}

P	 			{	color : #CC0000;
					font-family : verdana;
					line-height : 1.5;
					text-align : justify;
					font-size : 9px}

.blue	 		{	color : #5e6bab;
					font-family : verdana;
					line-height : 1.5;
					text-align : justify;
					font-size : 9px}
					
.red	 		{	color : #CC0000;
					font-family : verdana;
					line-height : 1.5;
					font-size : 9px}
					
.white	 		{	color : #ffffff;
					text-align : left}
					
LI	 			{	color : #006633;
					font-family : verdana;
					font-size : 10px}

A 				{	color : #A1A2CB;
					font-size : 11px;
					font-family : verdana;
					text-decoration : none}
					
A:hover 		{	color : white;
					text-decoration : none}
					
A.text 			{	color : #5e6bab;
					font-family : verdana;
					line-height : 1.5;
					position : relative;
					left : 10;
					font-size : 11px;
					text-decoration : none}
					
A:hover.text 	{	color : white;
					text-decoration : none}

H1 				{	color : #CC0000;
					font-family : verdana;
					font-size : 12px}

H2 				{	color : white;
					font-family : verdana;
					position : relative;
					left : 10;
					line-height : 1.5;
					font-size : 14px}
					
H3 				{	color : #CC0000;
					font-family : verdana;
					line-height : 1.5;
					font-size : 12px}
					
H4 				{	color : white;
					font-family : verdana;
					line-height : 1.5;
					font-size : 14px}
					
.games			{	text-align : right;
					position : relative;
					left : -10}
					
.field_small	{	font-family : Verdana;
					font-size : 9px;
					line-height : 1.5;
					color : black}
					
.field_upper	{	font-family : Verdana;
					font-size : 9px;
					line-height : 1.5;
					text-transform : uppercase;
					color : black}
					
.p_black	 	{	color : black;
					font-family : verdana;
					line-height : 1.5;
					font-size : 9px}
					
.field_upper_black	{	font-family : Verdana;
					font-size : 9px;
					line-height : 1.5;
					text-transform : uppercase;
					background-color:black;
					color : white}
					
.field_upper_blue	{	font-family : Verdana;
					font-size : 9px;
					line-height : 1.5;
					text-transform : uppercase;
					background-color:black;
					color : #5e6bab}
					
#hide_me		{	visibility : visible}

#show_me		{	visibility : hidden}

.menu_left_title 	{	color : white;
					font-family : verdana;
					line-height : 2;
					position : relative;
					font-weight : bold;
					left : 5;
					font-size : 12px;
					text-decoration : none}
					
.menu_right_title 	{	color : white;
					font-family : verdana;
					line-height : 2;
					text-align : right;
					position : relative;
					font-weight : bold;
					left : -10;
					font-size : 12px;
					text-decoration : none}
										