﻿body
{
	margin:12px 0px;
	background:url(body.gif) #303030;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

.synthMain
{
	background:white;	
	width:700px;
	padding-top:0px;
}

.synthMainLeft
{
	background-image: url(synthematics_images/mainLeftSide.PNG); 	
	background-position:right;
	background-color: #303030;
	background-repeat: repeat-y
}

.synthMainRight
{	
	background-image: url(synthematics_images/mainRightSide.PNG); 	
	background-position:left;
	background-color: #303030;
	background-repeat: repeat-y	
}

.synthSides
{
	padding:0px 6px;
}


.synthContent
{
	width:100%;
}


.synthTitleText
{
	font-size:16pt;
	font-weight:bold;
	color:#303030;	
}

.synthIntroductionText
{
	font-size:9pt;
	font-weight:bold;
	color:#303030;	
}

.synthParagraphText
{
	font-size:9pt;
	font-weight:normal;
	color:#222222;	
}

.synthMainMenuText
{
	font-size:8pt;
	font-weight:normal;
	color:#888888;
	padding:7px;
}

.synthMainMenuText a:link, .synthMainMenuText a:visited
{
	color:#333333;
}

.synthMainMenuText a:hover, .synthMainMenuText a:active
{
	color:#2222ff;
}

.synthLeftMenuText
{
}

.synthRightMenuMainTitleText
{
	font-size: 13pt; 
	font-weight:bold; 
	color: #303030
}

.synthRightMenuTitleText
{
	font-size: 8pt; 
	font-weight:bold; 
	color: #303030
}

.synthRightMenuParagraphText
{	
	font-size: 8pt; 
	font-weight:normal; 
	color: #222222;	
}

.synthTextLink
{
	font-size: 8pt; 
	font-weight:normal; 	
}

.synthTextLink a:link, .synthTextLink a:visited
{
	color:#0066ff;
	text-decoration:underline;
}

.synthTextLink a:hover, .synthTextLink a:active
{
	color:#0000ff;
	text-decoration:underline;
}

.synthBarSpace
{
	padding:8px;
}

.synthMainTableStyle
{
	border:0;
	background:white;	
	
	padding:12px;
	vertical-align:top;
	
	padding-left:50px;
	padding-right:20px;
	
	line-height:160%;
}

.synthMenuTableStyle
{
	border:0;
	background:white;	
}

.synthRightMenu
{
	background-color:white;
	width:205px;	
	vertical-align:top;
}


img
{
	border:0px;
}



hr
{
	height:0; 
	border:0; 
	border-top:solid 1px #cccccc;
}

