/* CSS Document */

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	}

body {
	margin:24px 0 0 0;
	background-image:url(../images/template/bg.gif);
	background-repeat:repeat-x;
	background-color:#336699;
	}

a:link, a:visited, a:active	{color:#0066CC; text-decoration:none; font-weight:bold;}
a:hover											{color:#0066CC; text-decoration:underline; font-weight:bold;}

/*CLASSES*/
.img_border 		{border:1px solid #bfbfbf;}
.title 					{font-size:16px; color:#0066CC; font-weight:bold;}
.subtitle 			{font-size:14px; color:#666666; font-weight:bold;}
.required 			{background-color:#e8f4ff; border:2px solid #7f9db9;}
.required_alert {background-color:#ffcccc; border:2px solid #990000;}

.paging 					{color:#0066CC; font-size:12px; font-weight:bold;}
a.paging:link			{color:#0066CC; font-size:12px; font-weight:bold; text-decoration:none;}
a.paging:visited	{color:#0066CC; font-size:12px; font-weight:bold; text-decoration:none;}
a.paging:active		{color:#0066CC; font-size:12px; font-weight:bold; text-decoration:none;}
a.paging:hover		{color:#0066CC; font-size:12px; font-weight:bold; text-decoration:underline;}

ul.industry					{line-height:18px;}
a.industry:link			{color:#0066CC; font-size:19px; font-weight:bold; text-decoration:none;}
a.industry:visited	{color:#0066CC; font-size:19px; font-weight:bold; text-decoration:none;}
a.industry:active		{color:#0066CC; font-size:19px; font-weight:bold; text-decoration:none;}
a.industry:hover		{color:#0066CC; font-size:19px; font-weight:bold; text-decoration:underline;}

.small 					{color:#0066CC; font-size:10px; font-weight:bold;}
a.small:link		{color:#0066CC; font-size:10px; font-weight:bold; text-decoration:none;}
a.small:visited	{color:#0066CC; font-size:10px; font-weight:bold; text-decoration:none;}
a.small:active	{color:#0066CC; font-size:10px; font-weight:bold; text-decoration:none;}
a.small:hover		{color:#0066CC; font-size:10px; font-weight:bold; text-decoration:underline;}

.button {
	font-family				:Arial, Helvetica, sans-serif;
	font-size					:11px;
	font-weight				:bold;
	color							:#006699;
	cursor						:hand;
	cursor						:pointer; 
	padding						:2px 5px 2px 5px;
	background-color	:#e9eff2;
	border						:1px solid #71a9c5;
	}

.explain {font-size:11px;}
.explain_title {color:#0066CC; font-size:12px; font-weight:bold;}

a.explain:link		{color:#0066CC; font-size:11px; text-decoration:none;}
a.explain:visited	{color:#0066CC; font-size:11px; text-decoration:none;}
a.explain:active	{color:#0066CC; font-size:11px; text-decoration:none;}
a.explain:hover		{color:#0066CC; font-size:11px; text-decoration:underline;}
