/* ----------- */
/* _*/
/* ----------- */

/* Body */

body 				{ margin: 0; padding: 0; }

/* Font */

p					{ font-size: 83%; line-height: 140%; }
div					{ font-size: 83%; line-height: 120%; }

.small 				{ font-size: 77%; }

h1 					{ font-size: 120%; font-weight: bold ; line-height:120%  }
h2 					{ font-size: 100%; font-weight: bold ; line-height:120%  }
h3 					{ font-size: 83%; font-weight: bold ; line-height:120%  }

.titlebox			{ background-color: #f0c5c0; }
.textbox			{ background-color: #eeeeee; }

.linkbox			{ background-color: #dddddd; }

.title 				{ font-size: 83%; font-weight: bold ; line-height:120%  }
.text	 			{ font-size: 83%; line-height:140%  }

b					{  font-weight: bold  }
strong 				{  font-weight: bold  }
i 					{  font-style: italic  }
em 					{  font-style: italic  }

input		  		{  color: #000088; font-size: 10pt; } 
textarea			{  color: #000088; font-size: 10pt; } 

/* Link */

a:link				{ color: #0000bb ;text-decoration:none }
a:visited			{ color: #0000bb ;text-decoration:none }
a:hover				{ color: #8b008b ;text-decoration:underline  }

a.linkbox:link		{ color: #0000bb ;font-weight: bold ; text-decoration:none }
a.linkbox:visited	{ color: #0000bb ;font-weight: bold ; text-decoration:none }
a.linkbox:hover		{ color: #8b008b ;font-weight: bold ; text-decoration:underline  }

/* Link Bar */

.linkbar			{ font-size: 77%; }

/* Table */


