@CHARSET "UTF-8";

a.Red_Link { 
	color:#db2b2b;
	font-weight: bold;
}

a.Red_Link:hover { text-decoration:underline; color:#d7f31b; }

div#Index_Image {
	position: relative;
	width: 560px;
	margin-left: 15px;
}

div#Index_Quote {
	float: right;
	margin-right: 50px;
	margin-top: 30px;
	line-height: 20px;
	font-size: 12px;
}

span.Index_Image_Write {
	position: absolute;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color: #6f859b;
	
}

div.Index_Div {
	margin-right: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #a7bfd7;/*6f859b*/
	padding: 10px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.Index_Div p.Index_Div_P {
	margin-top: 0px;
	color: #6f859b;
	font-weight: bold;
}




a.Index_Start { 
	text-decoration:underline;
	color:#364c62;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}
a.Index_Start:hover { text-decoration:underline; color:#ea5f5f; }



div.Glob_Test {
	margin: 10px;
	height: 50px;/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
/*
div.Glob_Test:hover {
	background-color: #e0ff10;	
}
*/
div.Glob_Test img {
	float: left;
	margin-right: 5px;
}

div.Glob_Test span.title {
	color: #364c62;
	font-weight: bold;
	font-size: 103%;
	margin-bottom: 3px;
}

div.Glob_Test span.description {
	
}

a.Index_Glob {
	font-size: 13px;
}
