
/* link */
a:link {color:#444444; text-decoration:underline;}
a:visited {color:#444444; text-decoration:underline;}
a:active { text-decoration: underline;}
a:hover { text-decoration: none;}

/* font */
.reg { font-size: 90%; line-height:130%;}
.txts { font-size: 80%; line-height:120%;}
.txtl { font-size: 100%; line-height:140%;}
.red { font-size: 90%; line-height:130%; color:#ff0000;}
.error{ font-size: 90%; line-height:150%; color:#ff0000; font-weight:bold;}

.txtl_gr { font-size: 90%; line-height:120%; color:#019272; font-weight:bold;}

/* top margin */
.mt05	{margin-top:5px}
.mt10	{margin-top:10px}
.mt15	{margin-top:15px}
.mt20	{margin-top:20px}
.mt25	{margin-top:25px}
.mt30	{margin-top:30px}
.mt35	{margin-top:35px}
.mt40	{margin-top:40px}
.mt45	{margin-top:45px}
.mt50	{margin-top:50px}

