﻿.paragraphTitle
{
    font-family: tahoma;
    font-size: 8pt;
    text-decoration: underline;
    color: #C92000;
    font-weight: bold;
}
.paragraphTitle:hover
{
    font-family: tahoma;
    font-size: 8pt;
    text-decoration: underline;
    color: #FF6600;
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FF6600;
}
.paragraphSummery
{
	text-align: justify;
}
.paragraphPagingMenu
{
	color: #808080;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 9pt;
	width: 15px;
}
.paragraphSelectedPagingMenu
{
	color: #FF6600;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 9pt;
	width: 15px;
}
.paragraphHoverPagingMenu
{
	color: #339966;
	background-color: #F0FFCC;
	border-style: solid;
	border-width: 1px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 9pt;
	width: 15px;
}
.paragraphMenu
{
	margin: 2px;
}
.paragraphEndTitle
{
	font-family: tahoma;
	font-size: 10pt;
	text-decoration: none;
	color: #FF6600;
}
.paragraphText
{
	font-family: tahoma;
	font-size: 10pt;
	text-align: justify;
}
