-->This is the Default Style sheet
	A.menu					{ text-decoration:none }
	A.menu:link 			{ text-decoration:none }
	A.menu:visited			{ text-decoration:none }
	A.menu:hover			{ text-decoration:underline; color:#000000 }

	A.menu_red				{ text-decoration:none }
	A.menu_red:link 		{ text-decoration:none }
	A.menu_red:visited		{ text-decoration:none }
	A.menu_red:hover		{ text-decoration:underline; color:#990000 }

	.menu_header_font {
		font-family:Verdana;
		font-size: .6em;
		font-weight:bold;
		color:#CC0000;
	}

	.menu_font {
		font-family:Verdana;
		font-size: .6em;
		color:#000000;
	}

	HR.hr_style_1 {
		border:.1px solid #CC0000;
		height:1px;
		width:100%;
		color:#CC0000;
	}

	.content_header_font {
		font-family:Verdana;
		font-size: 1em;
		font-weight:bold;
		color:#CC0000;
	}

	.content_font {
		font-family:Verdana;
		font-size: .7em;
		color:#000000;
	}

	.course_link_font {
		font-family:Verdana;
		font-size: .7em;
		font-weight:bold;
		color:#CC0000;
	}

	.table {
		width:95%;
		font-family:Verdana;
		font-size:.7em;
	}

	.left_hdr{
		text-align:left;
		font-weight:bold;
		padding-top:5px;
	}

	.right_hdr{
		text-align:right;
		font-weight:bold;
		padding-top:5px;
	}

	.desc {
		padding:0px 0px 0px 10px;
		text-align:justify;
	}

	.footer_font {
		font-family:Arial;
		font-size: 11px;
		color:#000000;
	}
        .dars_hdr {
        	font-family: Arial;
                text-align:left;
                font-weight:bold;
        }
        .dars_course_desc {
		font-family: Arial;
                text-align:left;
                font-size: .9em;

	}
        #darsGrayBox {
        	background-color: #efefef;
                line-height:25px;
                height: 25px;
        }
	#darsContent {
                line-height:25px;
                padding-top: 10px;
                padding-bottom: 10px;
        	
        }	
