/* General */
	body {
		/*background:url(../images/backgrounds/bg_body.jpg) repeat-x #FFFFFF;*/
		background:#000000;
		margin:0px;
		font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#0000000;
		height:100%;
		width:100%;
	}
	input, textarea {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
	}
	.img_detail {
		border-color: #B20202;
		border-style: solid;
		border-width: 2px;
	}

/* End General */

/* Menu Styles */

	.footer {
		color:#FFFFFF;
		font-size:11px;
		text-transform:lowercase;
		letter-spacing:2px;		
	}
	a.footer {
		color:#FFFFFF;
		text-decoration:none;
	}
	a.footer:hover {
		text-decoration:underline;
	}
	a.side_bar {
		color:#FFFFFF;
	}
/* End Menu Styles */

/* Page Styles */
	.login_label {
		font-weight:bold;	
		color:#FFFFFF;
		padding:3px;		
	}
	.page_title {
		font-size:20px;
		font-weight:bold;
		color:#B20202;
		padding:0 5px 5px 5px;
	}
	.sub_title {
		font-size:16px;
		font-weight:bold;
		color:#B20202;
		margin:0 5px 5px 5px;
	}
	ul.article {
		line-height:25px;
	}
	.resource_details {
		background:#B20202;
		color:#FFFFFF;
		font-weight:bold;
		padding:1px 0 1px 5px;
		text-decoration:underline;
	}
/* End Page Styles */