/* Typography	--------------------------------------------------------------------------------------- */	body	{      		font-family: Arial, Tahoma, sans-serif;		font-size: 14px;	}	/* title 	-------------------------------*/	h1	{		font-size: 30px;        font-weight: normal;		color: #11b2a5;		text-transform: uppercase;		margin-bottom: 20px;			}	h2	{		font-size: 16px;		font-weight: bold;		color: #000000;		margin-bottom: 15px;	}    h2.success	{		font-size: 24px;        font-weight: normal;		color: #11b2a5;		text-transform: uppercase;		margin-bottom: 20px;        text-align: center;	}	h3, h4, h5, h6	{		font-size: 14px;		font-weight: normal;		color: #000000;	}	/* text 	-------------------------------*/	p	{		color: #2c4455;		font-size: 15px;		line-height: 22px;		margin: 0px 0px 16px 0px;        text-align: justify;	}	p.black	{		color: #000;	}	p.navigator	{		color: #2d3e50;		font-size: 14px;        font-weight: bold;		margin: 0 0px 15px 0px;	}        p.navigator em        {            font-weight: normal;            font-style: normal;        }        p.navigator a, p.navigator a:hover        {            color: #17abc5;            font-style: italic;            font-weight: normal        }	p.pager	{		font-size: 14px;		font-weight: bold;		color: #000;		word-spacing: 5px;		margin-top: 20px;	}		p.pager a, p.pager a:hover		{			color: #424242;			font-weight: normal;		}    		p.pager em		{			font-style: normal;			color: #7c7c7c;		}		p.pager span		{			font-weight: bold;		}	p.more	{	}		p.more a, p.more a:hover		{			background: url(../images/arrow_more.gif) no-repeat 100% 4px;			padding: 0 10px 0 0;		}	.text_right	{		text-align:right !important;		}	.text_center	{		text-align:center !important;		}	.bold	{		font-weight: bold;	}	/* link 	-------------------------------*/	a, a:hover	{		color: #fd5a5a;		text-decoration: underline;		outline: none;	}	a:hover	{		text-decoration: none;	}	.pseudo, .pseudo:hover	{		text-decoration: none;		border-bottom: dashed 1px;	}		.pseudo:hover		{			border: none;		}	/* list 	-------------------------------*/	ul, ol	{   		font-size: 14px;		margin: 0 0 14px 30px;		padding: 0;		color: #424242;	}	li	{		margin: 0 0 6px;		padding: 0 0 0 0;			}	ul.list	{		display: inline-block	}	/* image 	-------------------------------*/	img	{		border: none;	}	.img_l	{		margin: 3px 20px 10px 0;		float: left;	}	.img_r	{		margin: 3px 0 10px 20px;		float: right;			}	img[hspace]	{		margin: 10px;	}	/* table 	-------------------------------*/	table	{		border-collapse: collapse;	}