/* TAGS & CLASSES */

.body
	{
		margin:0px;
		background-color:#B2B2B2;
	}

.left_shadow
	{
		background:url(images/left_shadow.jpg);
		width:7px;
	}
	
.right_shadow
	{
		background:url(images/right_shadow.jpg);
		width:7px;
	}
	
.bottom_text, .bottom_text a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		text-decoration:none;
	}
	
.bottom_text a:hover
	{
		text-decoration:underline;
	}
	
.button_text, .button_text a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#000000;
	}

.button_text a
	{
		text-decoration:underline;
	}
	
.button_text a:hover
	{
		text-decoration:none;
	}
	
.Select
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#000000;
	}
	
.text, p
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
	}

.text a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#008333;
	}
	
.text a
	{
		text-decoration:underline;
	}
	
.text a:hover
	{
		text-decoration:none;
	}
	
.text_title
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#000000;
		font-weight:bold;
	}
	
.text_author
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		font-weight:bold;
	}
	
.input_text
	{
		border:solid 1px #999999;
		background-color:#CCCCCC;
		width:380px;
	}
	
.input_area
	{
		border:solid 1px #999999;
		background-color:#CCCCCC;
		width:380px;
		height:100px;
	}
	

.link_padding
	{
		padding:10px;
	}

.updated
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		font-weight:bold;
	}


.classes_height
	{
		height:30px;
	}

.classes_column
	{
		background:#CFE9E7;
	}
	
.classes_list_split
	{
		height:15px;
		background:url(images/classes_line.jpg);
	}
	
.tab
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#000000;
		height:30px;
		padding:0px 4px 0px 4px;
	}
	
.tab_links a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#000000;
		text-decoration:none;
		width:100%;
		padding:8px;
	}
	
.tab_links a:hover
	{
		background-color:#CFE9E7;
	}
	
	
	
