@charset "windows-1256";
/* CSS Document */

body{
background-image:url(images/ruby-bg.png);
}

.p{
	color:#333333;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

.p:hover{
color:#0066CC;
font-weight:800;
}


.header{
	font-size:33px;
	color:#0066CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.para_bold{
	color:#000000;
	font-size:small;
	font-family:Tahoma;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
}
.para_pragraph{
	color:#000000;
	font-size:small;
	font-family:Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	word-spacing: normal;
	letter-spacing: normal;
	top: auto;
	right: auto;
}
.line {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.para_bold_normal{
	color:#000000;
	font-size:small;
	font-family:Tahoma;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
}
.para_bold_red{
	color:#990000;
	font-size:16px;
	font-family:arial;
	font-weight: bolder;
	margin: 5px;
	padding: 5px;
}
.para_bold_numbers{
	color:#333333;
	font-size:12px;
	font-family:Tahoma;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
