/* CSS Document */
body			{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#5d5d5d; padding:0; margin:0; }
a				{ color:#2b5aa5; text-decoration:none; font-weight:bold; }
a:hover			{ text-decoration:underline; color:#2b5aa5; font-weight:bold; }

#main			{ width:1000px; margin:auto; padding:0; }
.right			{ background-color:#ededed; padding:0 20px }
.left			{ padding:0 20px 0 40px; }
.left_content	{ padding:25px; font-size:12px; text-align:justify; }

.loginborder	{ border-left:1px solid #919191; border-right:1px solid #919191; }
#login a		{ font-size:13px; font-weight:bold; color:#5d5d5d; }
#login a:hover	{ color:#ed1c24; }

#blue a			{ color:#2b5aa5; text-decoration:none; }
#blue a:hover	{ text-decoration:underline; color:#2b5aa5; }

h1				{ font-size:13px; color:#000000; font-weight:bold; }
.h2				{ font-size:18px; color:#5d5d5d; font-weight:bold; }
hr				{ color:#bfbfbf; background-color:#bfbfbf; }
.bottom			{ border-bottom:1px solid #bfbfbf; }

#subleft		{ background-color:#ededed; padding:20px 14px 0 26px; }
#subright		{ padding:20px 35px; }
#subright p		{ text-align:justify; }

.black          { font-size: 12px;	color: #333;	text-decoration: none;}
a.black:link    { font-size: 12px;	color: #333;	text-decoration:none;	font-weight: normal;}
a.black:active  { font-size: 12px;	color: #333;	text-decoration:none;	font-weight: normal;}
a.black:visited { font-size: 12px;	color: #333;	text-decoration:none;	font-weight: normal;}
a.black:hover   { text-decoration:underline; }

.title			{ font-family:"Franklin Gothic Medium Cond", Arial; color:#363636; font-size:20px;  }
.titlebg		{ background-color:#d0d0d0; }
.tbl_border		{ border:1px solid #aaaaaa; }
.tbl_border	td	{ padding:3px 3px; }

.red			{ color:#FF0000; }