	
	/* EMBEDDED FONTS */
	
	/* MAIN */
	
	A					{ color: #CC0000; text-decoration: none }
	A:link				{ color: #CC0000; text-decoration: none }
	A:active			{ color: #CC0000; text-decoration: underline }
	A:visited			{ color: #CC0000; text-decoration: none }
	A:hover				{ color: #CC0000; text-decoration: underline }
	
	html 				{ width: 100%; height: 100%; margin: 0px; }
	body				{ width: 100%; height: 100%; margin: 0px; font-family: Verdana; font-size: 11px; color: #000000; }

	/* TEXT */

	.title_blue 		{ font-family: Verdana; font-size: 14px; font-weight: bold; color: #084282; }
	.title_red	 		{ font-family: Verdana; font-size: 14px; font-weight: bold; color: #CC0000; }
	
	.text_blue 			{ color: #084282; }
	.text_red	 		{ color: #CC0000; }
	
	.text_small 		{ font-size: 10px; }
	.text_blue_small 	{ font-size: 10px; color: #084282; }
	.text_red_small		{ font-size: 10px; color: #CC0000; }
	
	.text_bold 			{ font-weight: bold; }
	.text_blue_bold 	{ font-weight: bold; color: #084282; }
	.text_red_bold	 	{ font-weight: bold; color: #CC0000; }
	
	.text_bold_small 			{ font-size: 10px; font-weight: bold; }
	.text_blue_bold_small		{ font-size: 10px; font-weight: bold; color: #084282; }
	.text_red_bold_small 		{ font-size: 10px; font-weight: bold; color: #CC0000; }
