/* CSS Document */
 
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-page.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #172B3F;
}

.content-small {
	font-family: Verdana;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.content-small a {
	font-family: Verdana;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.content-small a:hover {
	font-family: Verdana;
	color:#A4EDFF;
	font-size:11px;
	text-decoration:underline;
}

.content {
	font-family: Arial, Verdana;
	color:#052D69;
	font-size:12px;
	line-height:17px;
}

.content-title {
	font-family: Verdana;
	color:#DA251D;
	font-size:12px;
	font-weight:bold;
}

.content-link {
	font-family: Arial, Verdana;
	color:#052D69;
	font-size:12px;
	text-decoration:underline;
}

.content-link:hover {
	font-family: Arial, Verdana;
	color:#DA251D;
	font-size:12px;
	text-decoration:none;
}

.products-name {
	font-family: Arial, Verdana;
	color:#052D69;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.products-name:hover {
	font-family: Arial, Verdana;
	color:#DA251D;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

.box-content {
	font-family: Arial, Verdana;
	color:#052D69;
	font-size:12px;
	text-align:justify;
}

.box-title {
	font-family: Verdana;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align: center;
}

.button {
	font-family: Verdana;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	background-image:url(images/bg-button.gif);
	background-position: center center;
	background-repeat:repeat-x;
	border: #052848 1px solid;
	margin: 0px;
}
.button:hover {
	font-family: Verdana;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	background-image:url(images/bg-button-over.gif);
	background-position: center center;
	background-repeat:repeat-x;
	border: #052848 1px solid;
}

.txtbox {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #052D69;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #00386E;
	padding:2px;
	background-color:#FFFFFF;
	}

.webdesignjini {
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}

.webdesignjini-links {
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}

.webdesignjini-links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #A4EDFF;
	text-decoration: underline;
}

.browser{
	padding-right:5px;
}

.table-syllabus {
	border-color: #D7F7FF;
	font-family: Arial, Verdana; 
	font-size: 12px; 
	color:#052D69; 
	text-align: justify; 
	text-decoration: none;
	border-collapse:collapse;
	border-style:solid;
}
