/* CSS Document */

p			{
				text-align:		left;
				color:			#404751;
				font-size:		90%;
				font-weight:	light;
				font-family:	calibri;
			}

p.title		{
				color:			#404751;
				font-size:		100%;
				font-weight:	light;
				font-family:	Calibri;
			}
										
p.table_title		{
				text-align:		center;
				color:			#404751;
				font-size:		100%;
				font-weight:	light;
				font-family:	Calibri;
			}
p.view			{
				text-align:		right;
				color:			#404751;
				font-size:		70%;
				font-weight:	light;
				font-family:	calibri;
			}

p.link			{
				text-valign:	top;	
				text-align:		right;
				color:			#fffff;
				font-size:		80%;
				font-weight:	heavy;
				font-family:	calibri;
			}
p.contact			{
				text-align:		left;
				color:			#404751;
				font-size:		90%;
				font-weight:	light;
				font-family:	calibri;
			}

p.photo			{
				text-align:		center;
				color:			#404751;
				font-size:		80%;
				font-weight:	light;
				font-family:	calibri;
			}

.blue		{
				color:			#3333FF;
			}

a:link		{
				color:				#4d4d4d;
				text-decoration:	none;
			}
			
a:active	{
				color:				#4d4d4d;
				text-decoration:	none;
			}

a:visited	{
				color:				#4d4d4d;
				text-decoration:	none;
			}
a:hover		{
				color:				#975510;
				text-decoration:	none;
			}/* CSS Document */

